@charset "utf-8";
/* CSS Document */
body{
	background: #000000;
	color: #c2f0fe;
}
a, a:link, a:visited {
	background: #000;
	color: #ff0099;
	text-decoration: underline;
}
a:hover, a:active {
	background: #000;
	color: #ff0099;
	text-decoration: none;
}
h1{
	background: #000000;
	color: #666666;
	font: normal 0.750em Arial, Helvetica, sans-serif;
	text-align: center;
}
h2{
	background: #000000;
	color: #c2f0fe;
	font: bold 1.250em "Times New Roman", Times, serif;
}
h3{
	background: #000000;
	color: #c2f0fe;
	font: 1.125em Arial, Helvetica, sans-serif;
}
.h2{
	background: #000000;
	color: #c2f0fe;
	font: italic bold 1.250em "Times New Roman", Times, serif;
}
.h3{
	color: #ff0099;
	background: #000;
	font: 1.125em Arial, Helvetica, sans-serif;

}
hr{
	color: #C2F0FE;
	background:#000000;
	width: 800px;
}
p{
	background: #000000;
	color: #c2f0fe;
	font: 1em/26px Arial, Helvetica, sans-serif;
}
.center {
	text-align: center;
}
.padding{
	padding:5px;
}
.padding2{
	padding-top:8px;
	padding-bottom: 12px;
}
.pink{
	color: #ff0099;
	background: #000;
}