body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Tahoma, arial,sans-serif;
	font-size: 11px;
	color: #fff;
	text-align : center;
}

div#main {
	margin : 0 auto;
	padding : 0;
	width : 800px;
}

div#main p {
	font-family : Tahoma, arial, sans-serif;
	color : #fff;
	font-size : 10pt;
	text-align : left;
	
}

a:link, a:visited {
	color: #009900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}


img {
border : 0;
}

.message {
color : #00ff00;
font-family : Tahoma, Verdana, Arial;
font-size : 11pt;
text-decoration : underline;
}

h2 {
/*text-decoration : underline;*/
font-family : Tahoma, Verdana, Arial;
font-size : 12pt;
color : #666;
text-align : left;
}

