a.none:link { color: #0000FF; text-decoration: none }
a.none:active { color: #000000; text-decoration: none }
a.none:visited { color: #0000FF; text-decoration: none }
a.none:hover { color: #000000; text-decoration: underline }

a.menu:link { color: #000000; text-decoration: none }
a.menu:active { color: #000000; text-decoration: none }
a.menu:visited { color: #000000; text-decoration: none }
a.menu:hover { color: #ffff00; text-decoration: none }




/* greys */

body {
	margin:20;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
}

H1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 16px;
	margin-bottom: 10px;
	margin-top: 0px;	
	padding-top: 0px;
	color : #000000;
	font-weight : normal;
	margin-left : 0px;
	margin-right : 0px;
	font-variant : small-caps;
	letter-spacing : 10px;
}

H2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom: 20px;
	margin-top: 20px;	
	color : #000000;
	font-weight : bold;
	margin-left : 0px;
	margin-right : 0px;
}
H3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 40px;
	margin-bottom: 10px;
	margin-top: 0px;	
	padding-top: 0px;
	color : #000000;
	font-weight : normal;
	margin-left : 0px;
	margin-right : 0px;
	font-variant : small-caps;
	letter-spacing : 2px;
}


.header {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 14px;
	font-weight : normal;
	font-style : italic;
}
.text {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
}
.italic {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
	font-style : italic;
}

.menu {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
}

.footer {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding-left : 0px;
	font-size : 12px;
	font-weight : normal;
}
.date {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 11px;
	font-weight : normal;
	text-align : right;
}

