body
{ 
background-image: url(images/background.jpg); 
background-repeat: repeat;

margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 

}

.image{
	border-style: solid;
	border-color: #666666;
	border-width:1px;
      }

.medium_text  {font-style: normal;
    font-weight: 400;
		color: #3c311a;
    font-size: 10pt;
    font-family: verdana;}

.medium_text a:link {
	text-decoration: none;
	color: #3c311a;
	}
.medium_text a:visited {
	text-decoration: none;
	color: #3c311a;
	}
.medium_text a:hover {
  text-decoration: underline;
	color: #3c311a;
	}
.medium_text a:active {
	text-decoration: none;
	color: #3c311a;
	}
.medium_textbold  {font-style: normal;
    font-weight: 600;
		color: #3c311a;
    font-size: 9pt;
    font-family: verdana;}
	
.copyright  {font-style: normal;
    font-weight: 400;
		color: #f6eada;
    font-size: 8pt;
    font-family: verdana;}

.copyright a:link {
	text-decoration: underline;
	color: #f6eada;
	}
.copyright a:visited {
	text-decoration: underline;
	color: #f6eada;
	}
.copyright a:hover {
  font-weight: 500;
	text-decoration: underline;
	color: #f6eada;
	}
.copyright a:active {
	text-decoration: underline;
	color: #f6eada;
	}
