body {
    color: #000; background-color: #FFF;
    font-size: 100.01%;
    font-family: 'verdana', 'helvetica', 'arial', sans-serif;
}

h1,h2,h3, h4 {color: #060;}

.nowrap {white-space: nowrap;}

.caps {font-variant: small-caps;}

.important {color: #B00;}

.underline {text-decoration: underline;}

.high {vertical-align: super;}

div#page {
	border-color: #394F5E;
}

div#navigation-top {
	color: #060;
    background-color: #FF9;
}

div#navigation-top a:hover {
	background-color: #FFC;
}

div#navigation {
	color: #060;
	background: #FF9;
}

div#navigation a:hover {
	background-color: #FFC;
}

div#navigation hr {color: #060;}

div#content {
	color: #000;
}

@media print {
    body {
    color: #000; background-color: #FFF;
    }
}

hr {color: #030; height: 2px;}

a:link {color: #030;}
a:visited {color: #060;}
a:hover {color: #003;}
a:active {color: #CCC;}

.active_link {
    color: #003;
    background-color: #FFC;
}