body {
	background-color: #ffffff;
	color: #000000;
}

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family: "Times New Roman",times,serif;
}

p {	margin: 10px;
        font-size: 85%;
}

p.code {
	font-family: "Courier New", courier, monospace;
	margin: 20px;
}

div.datum, span.datum {
	font-family: "Courier New", courier, monospace;
	font-weight: bold;
}

h1,h2,h3,h4 {
	font-family:Trebuchet,Arial,sans-serif; 
	/* background-color:#E4E6F0; */
}

h1 {
	font-size: 133%;
}

h2 {
	font-size: 117%;
}

h3 {
	font-size: 100%;
}


a:link { 
	text-decoration: none; 
	color: #3651B2;
}
a:visited { 
	color: #204097; 
}
a:hover { 
	text-decoration: underline; 
	color: #3651B2;
	background-color: #fff8f3;
}
a:active { 
	text-decoration: underline; 
	color: #B50000;
}
a:focus { text-decoration: underline; }

a.navigation {
	font-family:Trebuchet,Arial,sans-serif; 
}

