body {
	background: #CEDCC2;
	
}

.border {
   width: 750px;
	border: solid #333;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	background-color: #ffffff;
	font-family: tahoma, verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: 16px;
	color: #636363;
}
	
p {
 font-size: 11px; 
 font-family: verdana, helvetica, sans-serif;
 line-height: 16px;
 color: #333;
}

ul {
 font-size: 11px; 
 font-family: verdana, helvetica, sans-serif;
 line-height: 16px;
 color: #333;
}

ol {
 font-size: 11px; 
 font-family: verdana, helvetica, sans-serif;
 line-height: 16px;
 color: #333;
}

a:link { 
 color: #5A84B5; 
 text-decoration: none; 
}

a:visited { 
 color: #5A84B5; 
 text-decoration: none;
}

a:active { 
 color: #5A84B5; 
 text-decoration: none;
}

a:hover { 
 color: #004242; 
 text-decoration: underline; 
}

