a:visited{
	background-color : transparent;
	color : #FF6600;
}

a:hover{
	color : #FF6600;
	font-variant : small-caps;
	font-weight : bold;
	background-color : transparent;
}

a:active{
	background-color : transparent;
	color : #FF6600;
}

body{
	background-image : url(../images/hogbak.jpg);
	color : Black;
	background-color : transparent;
}

p {
	background-color : transparent;
	color : Black;
}

H1 {  
	text-align : center
}

H2 {
	text-align: center
}

table {
	vertical-align : middle;
	text-align : center;
}
.BlueBG {
	background-color: #333399;
}
