@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-position: center;
	background-image: url(images/back.jpg);
}
.toptext {
	font-variant: normal;
	font-size: 16px;
	color: #993300;
	background-color: #FFFFFF;
}
a.bottomtext:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: overline;
	letter-spacing: .5em;
	background-position: center center;
	text-align: center;
}
a.bottomtext:hover {
	text-decoration: underline;

}

a:link {
	color:#003300;
	text-decoration: overline;
} 
a:visited {
	color:#006666
}  /* visited link */
a:hover {
	color:#0000FF;
	text-decoration: underline;
}  /* mouse over link */
a:active {color:#0000FF}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
