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

:visited {
	color : Blue;
	text-decoration : none;
}

:hover {
	color : Red;
	text-decoration : none;
}

:active {
	color : #0000FF;
}

body{
	background-color : #FFFFFF;
	color : #000000;
}

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 Black","sans serif";
	font-size : 30px;
	font-style : normal;
	font-weight : normal;
}

h4{
	color : #003366;
	font-family : "Arial Black","sans serif";
	font-size : 30px;
	font-style : normal;
	font-weight : normal;
}

h5{
	font-family : Verdana,Arial,sans serif;
	font-size : 20px;
	font-style : italic;
	font-weight : bold;
}

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

#left{
	float : left;
	padding : 0.5em;
}

#right{
	float : right;
	padding : 0.5em;
}

#span{
	background-attachment : fixed;
	background-image : url(images/skye_bridge_croppred.jpg);
	background-repeat : no-repeat;
	}

