body {
	background-color: #EAEAEC;
	color: #CC0000;
	font-family: Franklin Gothic book, Arial, sans-serif;

}
h1
{
	color: #CC0000;
}


li
{
	clear: left;

}

tr
{
	font-size: smaller;
}

#menu {
	width: 160px;
	margin: 0px;
	border-top-color: #EAEAEC;
	border-right-color: #EAEAEC;
	border-bottom-color: #EAEAEC;
	border-left-color: #EAEAEC;
	text-align: right;
	background-color: #4D7A44;
	float: left;
  	margin-left: 0;

}
#menu td {
	overflow: hidden;
	background-color: #4D7A44;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEC;
	border-right-color: #EAEAEC;
	border-bottom-color: #EAEAEC;
	border-left-color: #EAEAEC;
	color: #EAEAEC;

}
#menu a {
	display: block;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 100%;
	color: #EAEAEC;
	height: 100%;
	text-decoration: none;
	padding-right: 6px;


}
#menu a:hover {
    display: block;
	padding-right: 6px;
	width: 100%;
	color: #4D7A44;
	height: 100%;
	background-color: #EAEAEC;
	text-decoration: none;
}
h3 {font-weight: bold;
color: navy; }

.foto { float: right;border-style: ridge; border-color: black;}
.links {float:left;}
a.link {font-weight: bold;color: navy;}
