body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #555;
	background-color: #FFF;
	text-align: center;
	line-height: 25px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555;
	background-color: #FFF;
	text-align: center;	
}

a:img{
	border:#306;
	border-color:#F00;
}

a:link{
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #009;
}
a:active{
	color: #0CF
}
h1 {
	font-size: xx-large;
	line-height: 2em;
}
