body
{
	width: 95%;
	color: white;
	background-color: #336699;
}
img.framed
{
	border-width: thick;
	border-color: Silver;
	border-style: ridge;
}
a
{
	color: white;
}
a:hover
{
	background-color: lightsteelblue;
}
.navpanel
{
	font-size: 12;
	color: Blue;
	margin-left: 0px; 
	margin-right: 0px;	
	background-color: lightsteelblue;
}
.navpanel ul
{
	margin-left: 0px;
	margin-right: 0px;
}
.navpanel li
{
	border-top: lightsteelblue thin solid;
	padding-right: 0;
	padding-left: 10px;
	font-size: 14px;
	border-bottom: yellow thin solid;
	list-style-type: none;
	border-left:0;
}
.navpanel li a
{
	color: blue;
}
.navpanel a:hover
{
	color: red;
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
	border-bottom: blue thin solid;
}
.navpanel a
{
	color: Blue;
}
.navpanel a:active
{
	color:Yellow;
}
marquee
{
	color: yellow;
	height: auto;
	font-size: 80;
	font-weight: bold;
	font-family: Times New Roman;
	vertical-align: middle;
}
