BODY {
	margin: 10 10 10 10;
	background-color : #eeeeff;
	color: #000000;
	font-size: 100%;
	font-family: verdana, arial, sans-serif;
}

H1 {
	color: black; 
	font-size: 140%;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
	}

H2 {
	color: black; 
	font-size: 120%;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
	}

blockquote {
	background: #eeeeee;
	padding: 5px 10px 5px 10px;
}

/*
a {
	color : #0000FF;
	font-weight : bold;
}
*/

a.pict, a.pict:hover, a.pict:focus {border: none; background: none;}

a:link {
	color : #0000FF;
	font-weight : bold;
}

a:visited {
	color : #CC00FF;
	font-weight : bold;
}

a:hover, a:focus {
    color : #6600FF;
	background: #FFCCFF;
	font-weight : bold;
}

a:active {
	color : #FF0000;
	background: #FFCCCC;
	font-weight : bold;
}



