BODY {
font-family :  Arial, sans-serif;
font-size: 12 px;
color: black;
background-image:url(background.jpg);
background-color : #DDDDDD
text-transform : uppercase;
text-align: justify;
}

TD {
font-family :  Arial, sans-serif;
font-size: 12 px;
color: black;
text-align:justify;
background-color : #DDDDDD
text-transform : uppercase;
 
}

H1 {

}


H2 {
	font-size: 14pt;
	color: black;
}

H3 {
	font-size: 13pt;
	color:  black;
}

H4 {
  font-size: small;
	font-weight: bold;
	color : black;
	}

A {
	text-decoration: none;
	color:#0000ff;
}

A:Hover {
	text-decoration: underline;
	color:#ff0000;
}

HR {
	color: red;
	height: 1pt;
}

