A  {
	font-weight : bold;
	font-style : normal;
	color : #4B6995;
	text-decoration : none;
	position : relative;
}

A:ACTIVE  {
	font-weight : bold;
	font-style : normal;
	color : #7B99c5;
	text-decoration : none;
	position : relative;
}

A:VISITED  {
	font-weight : bold;
	font-style : normal;
	color : #5B79a5;
	text-decoration : none;
	position : relative;
}

A:HOVER  {
	font-weight : bold;
	font-style : normal;
	color : #C03F1F;
	text-decoration : none;
	position : relative;
}

UL {
        list-style: none;
        margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

img {
	border: none;
}

#menu a
{padding:0px 10px 0px 10px;}

#content
{
  width: 60%;
}