BODY
{
	font-family : Arial,               Helvetica,               Sans-serif,               sans-serif;
	background-image : url( "./baks3.jpg" );
	color : rgb(51,51,51);
	font-size : 14px;
	font-weight : normal;
	background-color : transparent
}



H1 {
	font-size: 20px;
	color : rgb(0,153,255)
}

H2 {
	font-size: 16px;
	color : rgb(128,0,128)
}

.TextNavBar {
	font-size: 12px
}

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

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

A:active {
	font-size: 12px;
	color : rgb(0,153,255)
}A:hover {
	color: rgb(0,255,0);
	font-weight : bold;
	font-size : 12px}

