@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
}
a:link {text-decoration:none; color:#FFF; border:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;color:#09F;}
#container {
	width:960px;
	height:1000px;
	margin:0 auto;
	text-align:center;
}
#indexcolumn {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.formText p:first-child {
	font-size:20px;
}
.formText p{
	text-indent:0px;
	line-height:normal;
}
.formText {
	list-style:outside;
	list-style-type:square;
}
h2 { font-size:10px; }
