P  {}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	color : #ffffff;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	color : #EECA93;
	text-decoration : none;
}

A.menu  {
	text-decoration : none;
	color : #660000;
}

A.privacy  {
	text-decoration : none;
	color : #EECA93;
}

A.new	{
	font-weight: bold;
	text-decoration : none;
	color : #ffffff;
}
	
A:Hover.menu  {
	color : #ffffff;
	text-decoration : none;
}

A:Hover.privacy  {
	color : #EECA93;
	text-decoration : underline;
}

A:Hover.new  {
	color : #ffffff;
	text-decoration : underline;
}

BODY  {}

