BODY {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : small;
	color: #006666;
}
h1, h2, h3, h4{
	color : Navy;
	border-right-width : thin;
	border-right : thin dashed Gray;
	border-bottom : thin dotted Gray;
	background-color : #D6D6D6;
	padding-left : 20px;
}

A{
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}
