a:link {
	color: #3300FF;

}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF9933;
	text-decoration: underline overline;

}

body {
	background-image: url(background.gif);
	background-position: fixed;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
