.content {
	font-size : smaller;
}
.home {
	font-size : x-small;
	background-color : #E0FFFF;
}
.footer {
	font-weight : bold;
	font-size : smaller;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: Red;
	text-decoration: none
}
body {  font-family: Verdana, Arial, Helvetica, sans-serif}
a {
	font-weight: normal;
	color: Blue;
	text-decoration: none
}
