.heading2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: x-large;
                font-weight: bold;
	color: #0066FF;
}
.text {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12pt;
}
a {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 12pt;
	filter: glow(color=blue,strength=3);
	height:10px;
	color:white;
	padding:1px;
	font-weight: bold;
}

a:hover {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 12pt;
	filter: glow(color=#003399,strength=3); 
	height:10px;
	color:yellow;
	padding:1px;
	text-decoration: none;
	
}

.heading3 {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 14pt;
	font-weight: bold;
	color: floralwhite;
                filter: glow(color=tomato,strength=3); 
	height:10px;
	padding:1px;
}
