body
{
	margin: 0px;
    padding: 0px;
    background-color: #48609c;
	font-size: 100.1%;
	font-style: normal;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif
}

img, a img
{
	border: none;
}

p
{
	color: black;
	font-size: 0.7em;
}

h1
{
	color: #0066BC;
	font-size: 1.1em;
	font-weight: bold;
}

h2
{
	color: #0066BC;
	font-size: 0.9em;
	font-weight: bold;
}

h3
{
	color: #0066BC;
	font-size: 0.8em;
	font-weight: bold;
}

a:link,
a:visited { color: #00489A;
        font-weight: normal;
        text-decoration: none }
a:hover,
a:active { color: #0084AF;
        font-weight: normal;
        text-decoration: underline }

div#main
{
	position: absolute;
	margin: 10px 0 0 200px;
	padding: 10px;
	width: 600px;
	background-color: #bbccf5;
}

ul#menu
{
	font-size: 0.7em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul#menu li
{
	list-style: none;
	display: inline;
}

