.style1 {font-size: 12px}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/backgrounds/AC_background_5.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	text-transform: uppercase;
	color: #0000FF;
	font-style: normal;
	line-height: normal;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: square;
}
