@charset "utf-8";
/* CSS Document */

body,html {
	margin: 0px;
	padding: 0px;
	background-color: #455560;
}
p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.small 
{
    font-size: 10px;
}

.footer 
{
    color:White;
    font-size: 10px;
}
/* links */
a:link {
	color: #6A870A;
	text-decoration: underline;
}
a:visited {
	color: #7FA10B;
}
a:hover {
	color: #9D3937;
	text-decoration: underline;
}
h1{
    font-family:Arial;
    font-weight:lighter;
    color:#a0ce67;
    font-size:28px;
    margin-top:18px;
    margin-bottom:8px;
    margin-left:30px;
    margin-right:8px;
    
}