@charset "utf-8";

body {
	
	background-color: #050;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}



a:link {
	color: #F7FE96;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color:	#9F3;
}

a:hover {
	text-decoration: none;
	color: #F00;
}


a:active {
	text-decoration: none;
	color:	#CF9;
	font-weight: normal;
}

.Small_Nav_buttons {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-variant: normal;
	color: #FFF;
	font-size:	x-small;
	text-align: center;
}
.Main_text {
	font-family:
	Tahoma, Geneva, sans-serif;
	font-size:	small;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align:left;
	
	
}
.Para_heading_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:	medium;
	font-weight: bold;
	text-align:left;
	
}

.Biggest_Heading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CF6;
	text-align: center;
}
.Even_Bigger_Heading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:larger;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CF6;
	text-align: center;
}

.Para_heading_centred {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:medium;
	font-weight: bold;
	text-align: center;
}
.Main_text_centred {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	text-align:center;
		
}
