BODY {
	color : Black;
	background-color : White;
	font-family : Arial, "MS Sans Serif", Verdana, Helvetica, Helv, sans-serif;
	font-size : medium;
}

A {
	color : #191970;
	text-decoration : none;
}

A:HOVER {
	color : #FF8C00;
	text-decoration : underline;
}


#bgpic {
position : absolute;
top : 0;
left : 0;
width : 450;
height : 338;
z-index: 0;

visibility : hidden;
}

.description {
	font-size : x-small;
}

#main {
z-index: 1;
position : absolute;
}
#footer {
	font-size: xx-small;
}
.menuitem {
	background-color: #F0F8FF;
}
.menu {
	background-color: #6495ED;
}