/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	color: rgb(153,204,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:link {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	color: rgb(153,204,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

UL {
	list-style-type: disc;
 	list-style-image: url( "../assets/images/bullet.gif" )
}

A:visited {
	font-size: 10px;
 	color: rgb(204,0,255)
}

H1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 13px;
 	color: rgb(255,255,204);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	border-left-style: none;
 	border-top-style: none;
 
	border-right-style: none;
 	border-bottom-style: none
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 11px;
 	color: rgb(255,255,204);
 	font-weight: normal;
 	font-style: normal
}

LI {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 11px;
 	color: rgb(255,255,204)
}

A {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	color: rgb(153,204,255);
 	text-decoration: none 
}

.TextNavBar {
	font-size: 11px;
 	color: rgb(255,255,204)
}

H5 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 11px;
 	color: rgb(255,255,204);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: left
}

H6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 9px;
 	color: rgb(153,204,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center
}

A:hover {
	font-size: 10px;
 	color: rgb(204,0,255)
}