body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #50E0D9;
	font-weight:bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #FFF;
	font-weight:bold;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFF;
	font-weight: bold;	
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
	color: #FFF;
	font-weight: bold;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size:9pt;
	color: #FFF;
}
	
a.menu:link, a.menu:visited {
	font-size: 16px;
	color : white;
	font-weight : bold;
	text-decoration: none;	
}

a.menu:hover {
	font-size: 16px;
	color : red;
	font-weight : bold;
	text-decoration: none;	
}

a:link, a:visited {
	font-size: 16px;
	color : red;
	font-weight : bold;
	text-decoration: none;	
}

a:hover {
	font-size: 16px;
	color : ret;
	font-weight : bold;
	font-style:italic;
	text-decoration : underline;
}