a {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	font-size: larger;
	font-weight: bold;
}

body {
	background: #000000;
	font-family: Arial Narrow, Helvetica, sans-serif;
}

p {
	color: white;
}

h1 {
	color: white;
	text-align: center;
    font-size: 50pt; 
	font-family: Arial Narrow, Helvetica, sans-serif;    
}

h2 {
	color: white;
	text-align: center;
    font-size: 28pt; 
    font-weight: 400;
	font-family: Arial Narrow, Helvetica, sans-serif;    
}

h3 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial Narrow, Helvetica, sans-serif;	
}

h4 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial Narrow, Helvetica, sans-serif;	
}