#navigation {
	float : left;
	margin-top :  3em;
	margin-bottom : 8em;
	margin-right : 1ex;
	color : Silver;
	margin-left : 0;
}

DIV#navigation P {
	font-family : Arial, Helvetica, sans-serif;
	margin-top : 1ex;
	margin-bottom : 1ex;
	text-indent : 0;
}
#content {
	margin-left : 30%;
}

BODY {
	background-color : White;
	color : #606060;
	margin-left : 1em;
	margin-right : 5em;
}
BODY.highcolor {
background-image : url("Backgrownd.gif");
background-position : left;
background-repeat : repeat-y;
}
H1 {
	text-align : center;
	font-family : Tahoma;
	font-size : large;
	font-variant : normal;
	margin-bottom : 1ex;
	margin-top : 2em;
	margin-right : 5%;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	text-align : left;
	margin-bottom : 0;
	margin-right : 5%;
	margin-top:	2em;
}
P {
	text-align : justify;
	text-indent : 2em;
	font-family : "Times New Roman", Times, serif;
}
A:LINK {
color : Blue;
text-decoration : none;
}
A:VISITED {
color : #0000CC;
text-decoration : none;
}
A:HOVER {
	color : Blue;
	text-decoration : underline;
}
A.current {
	font-weight : bold;
	cursor : default;
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
A.current:LINK, A.current:VISITED, A.current:HOVER {
	color : Red;
	text-decoration : none;
}
CODE, PRE {
	font-family : "Lucida Console", "Courier New", Courier, monospace;
	color : Black;
}

