body, td, table, p {
	background-color:#000000;
	color:#FFFFFF;
}

p {
	font-family:helvetica, serif;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family:courier, serif;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

h1 {font-size:200%;}
h2 {font-size:175%;}
h3 {font-size:150%;}
h4 {font-size:140%;}
h5 {font-size:130%;}
h6 {font-size:110%;}
	
.header {color:#FF0000;}

.h1 {font-size:200%;}
.h2 {font-size:175%;}
.h3 {font-size:150%;}
.h4 {font-size:140%;}
.h5 {font-size:130%;}
.h6 {font-size:110%;}
.subtitle {font-size:80%;}
.footer {font-size:70%;}

a, a:link {
	color:#FFFF00;
}

a:visited {
	color:#00FFFF;
}

a:hover {
	color:#0000FF;
}

a:active {
	color:#00FF00;
}

td a {
	font-size:110%;
	font-weight:bold;
}

td span {
	font-size:70%;
}

li {
	font-family:helvetica, serif;
}


