body {
	margin: 16;
	padding: 0;
	font-size: 14;
	font-family: Arial, Helvetica;
	scrollbar-face-color: #606060;
	scrollbar-shadow-color: #505050;
	scrollbar-highlight-color: #707070;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #404040;
	scrollbar-track-color: #808080;
	scrollbar-arrow-color: #000000;
}

a:link {
	text-decoration: none;
	color: #3030C0;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #3030C0;
	font-weight: bold;
}

a:hover { 
	text-decoration: none; 
	color: #000000;
	font-weight: bold;
}


.head1 {
	margin: 8;
	padding: 0;
	font-size: 36;
	font-family: Century Gothic, Arial, Helvetica;
	font-weight: bold;
}

.head2 {
	margin: 0;
	padding: 0;
	font-size: 14;
	font-family: Arial, Helvetica;
	font-weight: bold;
}

.normal {
	margin: 8;
	padding: 0;
	font-size: 14;
	font-family: Arial, Helvetica;
}

a.menu:link {
	font-family: Century Gothic, Arial, Helvetica;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.menu:visited {
	font-family: Century Gothic, Arial, Helvetica;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.menu:hover { 
	font-family: Century Gothic, Arial, Helvetica;
	text-decoration: none; 
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
}