/* CSS definition file containing site wide stylesheets */

A:visited {
	color: rgb(204,0,255)
}

.border {
	border: 1pt solid rgb(0,0,0)
}

H1 {
	font-size: 18px;
 	color: rgb(0,0,255);
 	background-image: none
}

.borderbk {
	border: 1pt solid rgb(0,0,0)
}

H2 {
	color: rgb(255,0,0)
}

H3 {
	color: rgb(0,0,255)
}

A {
	color: rgb(0,0,255)
}

.TextNavBar {
	font-weight: bold
}

A:hover {
	color: rgb(255,0,0)
}
