﻿body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
}

.smalltext {
	font-size: 10px;
	color: #C0C0C0;
	}
	
.content {
	border: 0px;
	border-collapse: collapse; 
	width: 770px;
	text-align:left;
	}
	
h1 {
	font-size: 20px;
	color: #000080;
	text-align: center;
	margin: 4px;
	}
	
h2 {
	font-size: 16px;
	color: #000080;
	margin: 2px;
	}

/* header.php */
.header {
	text-align: center;
	border: 0px;
	border-collapse: collapse;
	width: 770px;
	height: 53px;
	}
	
.header td {
	border-bottom-style: none; 
	border-bottom-width: medium;
	}

.navigation {
	border: 0px;
	border-collapse: collapse;
	width: 770px;
	height: 13px;
	text-align: center;
	}
	
.navigation td {
	border-style: none; 
	border-width: medium;
	width: 100%;
	}
	
/* footer.php */
.footer {
	font-size: 10px;
	color: #000080;
	width: 770px;
	text-align: center;
	}

	
	
