/* CSS definition file containing site wide stylesheets */

BODY {
	background-image: url( "../assets/images/background3.gif" );
 	background-repeat: repeat;
 	background-position: 5% 0%
}

A:active {
	color: rgb(0,0,102)
}

A:link {
	color: rgb(0,0,102)
}

A:visited {
	color: rgb(0,0,0)
}

A {
	color: rgb(0,0,102)
}

.TextNavBar {
	font-size: x-small;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	font-variant: small-caps;
 	text-align: center;
 	background-image: url( "../assets/images/background3.gif" )
}

A:hover {
	color: rgb(0,0,0)
}