body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/backgroundBrown.gif);
	background-repeat:repeat-y;
	background-position: right -150px;
	background-color:#c7930b;
}

A{
font-weight: bold;
}

A:link  {
    text-decoration:    none;
    color:  #6F3011;
}

A:visited   {
    text-decoration:    none;
    color:  #6F3011;
}

A:active    {
    text-decoration:    none;
    color:  #6F3011;
}

A:hover {
    text-decoration:    underline;
    color:  #d2aa3c;
}