BODY{
	font-family: serif;
	font-size:9pt;
	color: black;
	background-color: #9f9;
	text-align: left;
	line-height: 1.4em;
}
H1, H2, H3, H4{
	font-family: ARIAL;
	line-hight: 1.2;
}
H2, H3, H4{
	font-weight: 700;
	margin: 2em 0 1em 0;
}

h1{
	font-weight: normal;
	font-size: 1.6em;
	color: yellow;
	background-color: navy;
	text-align: center;
	border-width: thick;
	border-color: blue;
	border-style: ridge;
	padding:0.2em 0 0.2em 0;
	margin:0 0 1em 0;
}
H1 STRONG{
	font-size:130%;
	COLOR:lime;
}
H2{
	font-size: 1.4em;
}
H3{
	font-size: 1.3em;
}
H4{
	font-size: 1.2em;
}


P{
	font-size: 1em;
	margin: 0em;
	margin-left:1em;
	text-indent:0em;
}



ADDRESS{
	font-style: normal;
	font-weight: bolder;
	color: navy;
	background-color: #9f9;
	text-align: center;
	margin: 2em 0 0;
	border-width: thin thic thic;
	border-color: black;
	border-style: solid;
}
ADDRESS A{
	font-style: italic;
	color: red;

}

A:LINK{
	color: red;
	text-decoration: underline;
}
A:VISITED{
	color: #906;
	text-decoration: underline;
}

:hover, :focus, :active{
	background-color: #B5FFB5;
}
