body {
	margin: 0;
	padding: 0;
	background: #121212;
	font-size: 10px;
	text-align: justify;
	color: #FFFFFF;
	height:100%;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CE0067;
 }

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 14px;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
}

a:hover {
	color: #FFCC00;
	font-size:12px;
	text-decoration:underline;
}

hr {
	display: none;
}

/* Header */

 