a  {
	color : #0066FF;
	padding : 2pt 4pt;
	height : 1;
	position : relative;
	font-family : Comic Sans MS;
	text-align : center;
	font-weight : bold;
	text-transform : capitalize;
	filter : shadow(Color=#330066,Direction=135);
	filter : shadow(Color=#330066,Direction=135);
	font-size : 16pt;
}

a:hover  {
	color : Lime;
	filter : shadow(Color=#330066,Direction=135);
	padding : 2pt 4pt;
	position : relative;
	font-family : Comic Sans MS;
	text-align : center;
	height : 1;
	font-weight : bold;
	text-transform : capitalize;
	font-size : 16pt;
}

a:active  {
	color : Red;
	padding : 2pt 4pt;
	height : 1;
	position : relative;
	font-family : Comic Sans MS;
	text-align : center;
	font-weight : bold;
	text-transform : uppercase;
	filter : shadow(Color=#330066,Direction=135);
	font-size : 14pt;
}

.h1  {
	font-size : 22pt;
	font-family : Comic Sans MS;
	font-weight : bold;
	font-style : normal;
	color : red;
}

.h2  {
	font-size : 16pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : blue;
	cursor : hand;
}

