@charset "utf-8";
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #0FC;
}
h1 {
	font-size: 36px;
	color: #FFFFFF;
}
p {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
}
a:link {
	color: #CCC;
	font-size: 12px;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}

.style1 {
	color: #6FF;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}
.style2 {
	font-size: 36px
}
p, h1, h2 {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: #0FC;
	font-size: 10px;
}
li p {
	margin-left: 0px;
}
hr {
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.home {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-size: 9px;
	color: #F00;
}
.Contact {
	font-weight: bold;
	text-decoration: blink;
	font-size: 16px;
	text-align: left;
}
.2009 {
	color: #6CF;
	font-size: 10px;
}
.2009 {
	color: #6FF;
}
.2009 {
	font-size: 10px;
}

