:link {
	color : White;
	text-decoration : none;
}

:visited {
	color : #FFFFFF;
	text-decoration : none;
}

:hover {
	color : #0000FF;
	text-decoration : none;
}

:active {
	color : White;
}

body{
	background-attachment : fixed;
	background-color : Black;
	background-image : url(images/homepage.jpg);
	background-repeat : no-repeat;
}

h1{
	color : #FFFFFF;
	font-family : "Gill Sans Ultra Bold", "Arial Black","sans serif";
	font-size : 40px;
	font-style : normal;
	font-weight : normal;
}

h2{
	color : #003366;
	font-family : "Gill Sans Ultra Bold", "Arial Black","sans serif";
	font-size : 40px;
	font-style : normal;
	font-weight : normal;
}

h3{
	color : #FFFFFF;
	font-family : Arial,sans serif;
	font-size : 20px;
	font-style : italic;
	font-weight : bold;
}

p{
	color : #000000;
	font-family : Verdana,"Arial","sans serif";
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
}
