a:link { 
	text-decoration: none; 
	color: #FFFFFF;
	}

a:visited {
	text-decoration: none;
	color: white;
}

a:hover{ 
	text-decoration: none; 
	color: #90DB19;
	}
		
p {
	margin-top: 2px; 
	margin-bottom: 2px;
	}

body {
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	}

.topMenu {
	word-spacing: 3px;
	}

.menu {
	font-variant: small-caps;
	text-decoration: underline;
}
	
.mainHeading {
	font-size: 26px;
	color: #90DB19;
	}

.subHeading {
	font-size: 20px;
	color: #CFCFCF;
}

.h1 {
	font-size: 18px;
	colow: white;
	font-weight: bold;
}

.h2 {
	font-size: 14px;
}

.underline {
	text-decoration: underline;
}




