.header{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
	font-weight : bold;
}

.header1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	font-weight : bold;
}

.text{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
}


.text1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}

A:LINK{
	color: Yellow;
	text-decoration : none;
}

A:HOVER {
	color: Red;
	text-decoration : underline;
}

A:VISITED {
	color : Yellow;
	text-decoration : none;
}

A:Active{
	text-decoration : underline;
}

A.main:LINK{
	color: Black;
	text-decoration : none;
}
A.main:HOVER {
	color: Blue;
	text-decoration : none;
}

A.main:VISITED {
	color : Blue;
	text-decoration : none;
}

A.main:Active{
	color : Blue;
	text-decoration : none;
}