#email
{
	font-style: italic;
	font-size: small;
	text-align: right;
}

#email a:link
{
	color: #000000;
	text-decoration: none;
}
	
#email a:active
{
	color: #000000;
	text-decoration: none;
}

#email a:visited
{
	color: #000000;
	text-decoration: none;
}

#email a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

#logo
{
	position: fixed;
	left: 0px;
	top: 0px;
}

#menu
{
	background: white;
	border: 0px;
	position: fixed;
	top: 0px;
	right: 10px;
}

.menuitem
{
	color: #0000FF;
	font-weight: bold;
	margin-left: 2px;
}

.menuitem a
{
	text-decoration: none;
}

.menuitem a:hover
{
	border: solid 1px;
	padding: 3px;
}

.menuitem a:visited
{
	color: #0000FF;
}

.menuitem a img
{
	vertical-align: bottom;
}

#content
{
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 50px;
}

body
{
	background: white;
	font-family: Arial, helvetica;
	margin: 5px;
	text-align: justify;
	vertical-align: top;
}
