
body {
color: #000066;
font-size: 10pt;
font-family: "verdana", "arial", "geneva", sans-serif;
border-style: solid;
border-width: thick;
border-color: #000066;
background: #FFFFFF;
}

/*	Paragraph									*/
p {
color: #000066;

text-align: left;
font-size: 10pt;
font-family: "verdana", "arial", "geneva", sans-serif;
}

.body {
margin-left:125px;
margin-right:50px;
background: #FFFFFF;
}

.menu {
	text-align: right;
}

/*	Links unvisited links							*/
a:link {
font-weight: bold;
text-decoration: none;	
color:  #000066;
}

/*	Links visited links							*/
a:visited {
font-weight: bold;
text-decoration: none;	
color:  #000066;
}

/*	Links active links (not widely supported)				*/
a:active {
}

/*	Links when hovered over (MSIE only)					*/
a:hover {	
background: #FFFF00;
}



.border {
border-style: solid;
border-width: thin;
border-color: #009D57;
}









