﻿/* CSS Document */
a:link {
	color: #CC00CC;
	text-decoration: underline;
}
a:visited {
	color: #00ff00;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: underline;
	color: #FF3366;
}
BODY {
	color: #FFFFFF;
	font-family: Verdana;
	background-color: #000000;
	display: block;
	background-position: center;
	margin-top: 20px;
	background-image: url('../images/background.png');
	background-attachment: fixed;
}
H1 {
	color: #FF0000;
  font-size: 24.0pt;
	font-family: Verdana;
  text-align: center;
}
DIV.text {
	text-align: center;
	font-size: small;
}
TABLE.text {
  width: 100%;
}
SPAN.text {
  font-size: 24.0pt;
  font-family: Verdana;
  color: #FF0000;
}
SPAN.textblink {
  font-family: Verdana;
  text-decoration: blink;
}
SPAN.style1 {
	color: #FFFF00;
	font-size: 24.0pt;
}
SPAN.style2 {
	text-decoration: underline;
	color: #FFFF00;
	font-family: Verdana
}
TD.style3 {
	border: 2px solid #FFFFFF;
	font-size: small;
}
SPAN.style5 {
	color: #00FF00;
	font-size: 16.0pt;
}