body, table, tr, td {
	font: 8pt century gothic, arial, sans serif;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: justify;
}

h2 {
	border-bottom: 1px dashed #FF030E; 
	text-align: right;
	font: 10pt century gothic, arial, sans-serif;
	font-weight: bold;
}

body {
	background-color: #000000;
}

#header {
	position:absolute;
	right: 0px;
	top: 0px;
}

#content {
	position:absolute;
	right: 8px;
	top: 380px;
	width: 321px;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #FF030E; 
	text-decoration: none;
}

a:hover {	
	font-weight: bold;
	color: #FF030E; 
	text-decoration: underline;
	border-bottom: 1px dashed #ffffff;
}

input, textarea, option, select {
	background-color: #000000;
	font: 8pt tahoma, sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	border: 1px dashed #FF030E; 
	padding:2px; 
}

p.margin {
	margin-left: 0.5cm;
	margin-right: 0.5cm;
}