
BODY {
	background-image : url(img/back.png);
	font : normal 14px Arial, Default, sans-serif, serif;
	color:navy;
}

H1 {
    text-align:center; 
	font-style: italic;
	text-decoration: underline;
} 

H2 {
    text-align:left; 
	font-style: italic;
}

H3 {
    text-align:left;
	font-style : italic;
}

A {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: Blue;
}	

A:Hover {
	font-style: normal;
	text-decoration: underline;
	color: Aqua;
}

A STRONG {
	color: #E0FFFF;
	text-decoration: underline;
}

A:Hover STRONG {
	color: Aqua;
	text-decoration: underline;
}

HR {
	color: Blue;
	height: 1pt;
}

#P1 {
	padding-top: 60px; 
}

#ATx1 {
    font-weight: bold;
	color: Teal;
}	

