
a:link {
	text-decoration:none;
	color: #0000ff
}
a:visited {
	text-decoration:none;
	color: #5f9f9f
}
a:active {
	text-decoration:none;
	color: #00ff00
}
a:hover {
	text-decoration:underline;
	color: #00ff00
}

hr {
	height:1px;
	width:100%;
	color:black;
	background-color:black;
	border-style:none;
}

h4 {
	text-decoration: italic
}

#Menu {
	padding:4px;
	background-color:#ffcc99;
	border:1px solid #000000;
	font-family:sans-serif;
	font-size:80%;
}


#Content {
	padding-right:4px;
}

#Header {
	font-weight:bold;
	font-size:120%;
}

