body{
	margin-top:10px;
	color: #000000;
	bg-color: #000000;
	font-size: 12px;
	font-family:  Helvetica, Arial, Verdana; 
	font-weight: normal;
	text-decoration: none;
}
/*td affects the table cells and headings */ 
td{
	color: #000000;
	font-size: 12px;
	font-family:  Century Gothic, Helvetica, Arial, Verdana; 
	font-weight: normal;
	text-decoration: none;
}
/*select affects the drop-down menu selection options */ 
select{
	color: #000000;
	font-size: 11px;
	font-family: Century Gothic, Helvetica, Arial, Verdana;  
	font-weight: normal;
	text-decoration: normal;
}
/*input affects the box arrows */ 
input{
	background-colour: #ffffff;
        color: #000000;
		font-size: 12px;
border: 1px solid black;
        padding: 4px;
	font-family:  Helvetica, Arial, Verdana; 

}

h1{
	color: #000000;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana; 
	font-weight: bold;
	text-decoration: none;
}

.bigname{
	color: #000000;
	font-size: 24px;
	font-family:  Helvetica, Arial, Verdana; 
	font-weight: normal;
	text-decoration: none;
}

.bigname2{
	color: #000000;
	font-size: 24px;
	font-family: Helvetica, Arial, Verdana; 
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #000000;
	font-size: 12px;
	font-family:  Century Gothic, Helvetica, Arial, Verdana; 
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-size: 12px;
	font-family:  Century Gothic, Helvetica, Arial, Verdana; 
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #000000;
	font-size: 12px;
	font-family:  Century Gothic, Helvetica, Arial, Verdana; 
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #C81414;
	font-size: 11px;
	font-family:  Century Gothic, Helvetica, Arial, Verdana; 
	font-weight: normal;
text-transform: uppercase;
text-decoration: none;
background-color: transparent;
border-color: #333333;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;

}

.dropdowns {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #00529B;
	background-color: #FFCC33;
}

