h1 { font-size: 50pt ; padding: 10pt; background-color: #FC0 }
h3		
{
	font-size: 25pt;
	text-indent: 30pt;
	line-height: 50pt;
}
h4 {font-size : large ; text-indent:5em }
h5 { font-size: medium ; text-indent:5em }
h6 { text-indent:5em }

A:link { text-decoration: none ; color: silver}
A:visited {color: yellow;  text-decoration: none}
A:hover {color: #000000; background: Red; text-decoration: none}
A:active { font-weight: bold; text-decoration: none}

A.forwardBox:link { text-decoration: none ; color: black}
A.forwardBox:visited {color: black;  text-decoration: none}
A.forwardBox:hover {
	color: blue;
	background: white;
	text-decoration: none;
	font-style: italic;
}

body {background: #930 ; color: white; font-family: verdana,arial,helvetica,san-serif }

#forwardBox {
	float: right;
	font-size: 14px;
	text-align: right;
	color: #000;
	background-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 10px;
	clear: both;
}
