
A.top:LINK {
	font-family : Tahoma;

	color :red;
	text-decoration : none;
}

A.top:VISITED {
	font-family : Tahoma;

	color : red;
	text-decoration : none;
}

A.top:ACTIVE {
	font-family : Tahoma;

	color : red;
	text-decoration : none;
}

A.top:HOVER {
	font-family : Tahoma;

	color : white;
	background-color : red;
	text-decoration : none;
}

A.main:LINK {
	font-family : Tahoma;

	color : Black;
	text-decoration : none;
}

A.main:VISITED {
	font-family : Tahoma;

	color : #000080;
	text-decoration : none;
}

A.main:ACTIVE {
	font-family : Tahoma;
	color : #000080;
	text-decoration : none;
}


A.main:HOVER {
	font-family : Tahoma;
	color : #C1EDFF;
	background-color : #000080;
	text-decoration : none;
}

BODY.main {
	font : normal normal normal xx-small Tahoma;
	font-family : Tahoma;
	font-size : xx-small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-align : justify;
	text-decoration : none;
	text-transform : none;
	scrollbar-3d-light-color : #FF0000;
	scrollbar-arrow-color : #f7f78c;
	scrollbar-base-color : #FF0000;
	scrollbar-dark-shadow-color : #FF0000;
	scrollbar-face-color : #FF0000;
	scrollbar-highlight-color : #f7f78c;
}

A.hdmain:LINK {
	font-family : Tahoma;
	color : white;
	text-decoration : none;

}

A.hdmain:VISITED {
	font-family : Tahoma;
	color : white;
	text-decoration : none;

}

A.hdmain:HOVER {
	font-family : Tahoma;
	color : white;
	text-decoration : underline;
}

A:LINK {
	font-family : Tahoma;
	color : Black;
	text-decoration : none;
	
}

A:VISITED {
	font-family : Tahoma;
	color : Black;
	text-decoration : none;
	
}
A:HOVER {
	font-family : Tahoma;
	color : Red;
	text-decoration : underline;
}

