body {
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(hatter.jpg);
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	font-style: normal;
	line-height: normal;
	text-align: center;
}
a:link{
	font-size: 16pt;
	text-decoration: none;
	color: #0000CC;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
a:visited{
	font-size: 16pt;
	text-decoration: underline;
	color: #0000CC;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
a:active{
	font-size: 16pt;
	color: #0000CC;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	text-decoration: underline;
}
a:hover{
	font-size: 16pt;
	text-decoration: underline blink;
	color: #0000CC;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
