body
{
	background: White;
	color: White;
	font: sans-serif;
	scrollbar-shadow-color: LightSkyBlue;
	scrollbar-highlight-color: LightSkyBlue;
	scrollbar-face-color: RoyalBlue;
	scrollbar-3dlight-color: LightSkyBlue;
	scrollbar-darkshadow-color: LightSkyBlue;
	scrollbar-track-color: LightSkyBlue;
	scrollbar-arrow-color: LightSkyBlue;
}
table
{
	margin: 0px;
	padding: 0px;
	heignt: 300px;
	background: LightSkyBlue;
	width: 100%;
}
.menu
{
	height: 300px;
	width: 200px;
	background: LightSkyBlue;
	border-right: thick solid White;
}
.main
{

	height: 300px;
	background: LightSkyBlue;
	font-family: sans-serif;
	font-size: 30px;
	min-width: 600px;
}

div.header
{
	background: White;
	height: 100px;
	width: 100%;
	
}

div.footer
{
	background: White;
	height: 100px;
	width: 100%;
}

applet
{

}

a
{
	width: 175px;
	min-height: 30px;
	text-decoration: none;
	color: White;
	font-family: sans-serif;
	background: RoyalBlue;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;	
}

a:link
{
	border: thin outset RoyalBlue;
	text-decoration: none;
}

a:visited
{
	border: thin outset RoyalBlue;
	text-decoration: none;
}

a:hover
{
	border: thin outset LightSkyBlue;
	text-decoration: none;
	background: LightSkyBlue; 
}

a:active
{
	border: thin inset LightSkyBlue;
	text-decoration: none;
	background: LightSkyBlue;
}
