body {
	margin:0;
	padding:0;
	background-color:#000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	line-height:20px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

* {	padding: 0; 
	margin: 0;
}

h1, h2, h3 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}

h1 {
	font-size:36px;
	line-height:36px;
}

h2 {
	font-size:20px;
	line-height:20px;
	padding-bottom:4px;
	border-bottom:1px dotted #FFFFFF;
	margin-bottom:13px;
}

h3 {
	font-size:20px;
	line-height:20px;
}

img {
	border:0;
}