/* CSS Document */


BODY {
	color:#000000;
	font-size: small; 
    font-family: times new roman;
	background-color: #D9D6C3;
}

A:link, A:active, A:visited  {text-decoration: none; color:#000000;}
A:hover{text-decoration: underline; color:#000000;}

A.nav:link, A.nav:visited, A.nav:active {text-decoration: none; color:#000000;  font-size:80%; font-family:arial;}
A.nav:hover {text-decoration: underline; color:#000000; font-size:80%; font-family:arial;}




#footer {
     font-family: times new roman, arial;
     font-size: xx-small;
}


#main {
 border: 3px solid #5B7657;
 width: 900px;
}


table.boxshadow {
position: relative;
top: -4px;
left: -4px;
}

.shadow {
background:#919191;
}

