h1#main{
	color: black;
}

body, table {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.top_logo{
	border-bottom: 5px solid green;
	background-image: url(images/hat.jpg);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	height: 150px;
}
	
.middle{
	border-right : 1px solid #000;
	}
	
.bottom{
	border-top: 5px solid green;
	font-size: 10px;
	background-image: url(images/hat.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
	
.copyright{
	font-size : 10px;
	color : #666;
	}	

.year{
	font-size: 30px;
	margin : 5px;
}
h2#badges{
	font-size: 20px;
}
.winner {
	font-weight : bold;
	color : green;
}
a {
	color: green;
	text-decoration: underline;
}

a:hover {
	color : #green;
	text-decoration : none;
	background-color : yellow;
}

a:visited {
	color : #000;
	text-decoration: underline;
}
	

