/* CSS definition file containing site wide stylesheets */

A:active {
	font-size: small;
 	color: rgb(204,204,255)
}

A:link {
	font-size: medium;
 	color: rgb(204,204,255)
}

A:visited {
	font-size: small
}

P {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: small;
 	color: rgb(255,255,255);
 	text-decoration: none ;
 	text-align: justify;
 	background-color: transparent
}

A {
	font-size: small;
 	color: rgb(204,204,255)
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-weight: bold
}

A:hover {
	font-size: small;
 	color: rgb(204,204,255)
}