H1{
	color : #33ffff;
	text-decoration : underline;
	text-align : center;
	font-weight : bold;
	font-size : x-large;
	
	
}
H2{
	color : #336699;
	text-decoration : none;
	text-align : center;
	font-size : medium;
}
H3{
	color : #336699;
	text-decoration : none;
	text-align : center;
	font-size : small;
}

P{
	color : #336699;
	text-decoration : none;
	text-align : left;
	font-size : small;
}

A:Hover{
	color : #00ffff;
	text-decoration : underline;
	}


A:Visited:Hover{
	color : #00ffff;
	text-decoration : underline;
	}


A:Active{
	color : #FF3333;
	text-decoration : underline;
	}


A:Visited{
	color : #000099;
	text-decoration : none;
	}


A:Link{
	color : #ffff00;
	text-decoration : none;
	}

