a:link
{
	color: rgb(0,0,255);
    font-family: "Arial";
	font-size: 14px;
    text-decoration: none;
}
a:visited
{
	color: "#993399"; 
    font-family: "Arial";
	font-size: 14px;
    text-decoration: none;
} 
a:active 
{
	color: rgb(0,0,0);
    font-family: "Arial";
	font-size: 14px;
    text-decoration: underline
}
a:hover      
{
    color: rgb(0,0,0);
	font-family: "Arial";
	font-size: 14px;
    text-decoration: underline
}

h1, h2, h3, h4, h5, h6
{
	font-family: ËÎÌå, Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
	text-align: center;
	font-size: 48px;
}
h2
{
	color: rgb(153,255,51);
	font-size: 36px;
}
h3
{
	color: rgb(0,255,204);
	font-size: 24px;
}
h4
{
	color: rgb(255,204,0);
	font-size: 18px;
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}
