body {
	font-family: Verdana;
	font-size: x-small;
	color: #333333;
	background-color: #336666;


}
a {
	font-family: Verdana;
	font-size: x-small;
	font-weight: normal;
	color: #DFDFDF;
}

a:visited {
	color: #CCCCCC;
	font-size: x-small;
	font-weight: normal;
	font-family: Verdana;
	}
	
a:hover {
	color: #003333;
	background-color: #CCCCCC;
	font-size: x-small;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana;}
	
	
	
h1 {
	font-family: Verdana;
	font-size: medium;
	color: #CCCCCC;
}

h3 {
	font-family: Verdana;
	font-size: x-small;
    font-weight:bold;
	color: #CCCCCC;
    margin:0;
    padding:0;
}

tr {
	font-family: Verdana;
	font-size: x-small;
	color: #CCCCCC;


}
.small {
	font-family: Verdana;
	font-size: xx-small;
	color: #CCCCCC;

}

.floatLeft {
	float:left;
    padding-right: 10px;
}
