body {
	background-image: url();
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #36C;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
}
a:link{
	text-decoration:none;
	color:#39C
}
a:visited{
	text-decoration:none;
	color:#39C
}
a:hover{
	text-decoration:underline;
	color:#6CF
}