.whitebg {
        background-color: #FFFFFF;
}

.blackbg {
        background-color: #000000;
}

.footer {
        color: black;
        font-size: 12pt;
        font-family: "times new roman", times, serif;
}

A:link { 
#	text-decoration: none;
	color: #0000FF;
}
A:active { 
#	text-decoration: none;
	color: #0000FF;
}
A:visited { 
#	text-decoration: none;
	color: #7700FF;
}

