/* CSS definition file containing site wide stylesheets */

BODY {
	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: center
}

A:active {
	color: rgb(255,51,0);
 	text-decoration: none 
}

A:link {
	color: rgb(255,51,0);
 	text-decoration: none 
}

A:visited {
	color: rgb(255,51,0);
 	text-decoration: none 
}

P {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: x-small;
 	color: rgb(255,255,255);
 	text-decoration: none 
}

A {
	color: rgb(255,51,0);
 	text-decoration: none 
}

A:hover {
	color: rgb(255,255,255);
 	text-decoration: none 
}