.bg {
	background-image: url(bg.jpg);
	background-position: center top;
}
.std_ft {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFCC;
}
a:link {
	color: #CCFFFF;
	text-decoration: underline;
}
a:visited {
	color: #CCFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF66;
	text-decoration: none;
}

