body { 
	background: url(../chrome/background.jpg); 
	margin: 0px; 
	padding: 0px;  
	width: 100%; 
	height: 100%; 
	min-height: 100%;
	}
	
.links:visited { 
	color: white; 
	font-weight: bold; 
	font-size: 15px; 
	font-family: "Times New Roman", Georgia, Times; 
	font-weight: bold;
	border: solid 0px;
	}
.links:link {
	color: white; 
	font-weight: bold; 
	font-size: 15px; 
	font-family: "Times New Roman", Georgia, Times; 
	font-weight: bold;
	border: solid 0px }
.links:hover { 
	color: red; 
	font-weight: bold; 
	font-size: 15px; 
	font-family: "Times New Roman", Georgia, Times; 
	font-weight: bold;
	border: solid 0px; 
	}

.bodyborder { 
	border: solid 1px white;
	}
	
.header {
	background: url(../chrome/header.gif); 
  }
	
.menuarea {
	background: url(../chrome/column.gif);
  }
	
.menutext {
	color: white; 
	font-size: 16px; 
	font-family: "Times New Roman", Georgia, Times; 
	font-weight: bold;
  }
	
.menutexthover {
	color: #334C80; 
	font-size: 16px; 
	font-family: "Times New Roman", Georgia, Times; 
	font-weight: bold;
	cursor: pointer;
  }
	
.bodytext {
	background: white; 
	color: black; 
	font-size: 14px; 
	font-family: "Times New Roman", Georgia, Times; 
	font-weight: bold;
	padding: 20px;
  }
	
.bluetext {
	color: #8ec4ec; 
 	background: white; 
	font-size: 18px; 
	font-family: "Times New Roman", Georgia, Times; 
	font-weight: bold;
}
	
.footer {
	background: #00036B; 
	color: white; 
	font-size: 14px; 
	font-family: "Times New Roman", Georgia, Times; 
	font-weight: bold;
  }
	
.gap {
	background: #8EC4EC; 
  }
