body {
    margin: 0 0 0 0;
    font: 10px Verdana;
    color: white;
	background-color: #4465B1;
    scrollbar-face-color:#000099;
    scrollbar-arrow-color:white;
    scrollbar-track-color:#4465B1;
    scrollbar-shadow-color:#000000;
    scrollbar-highlight-color:white;
    scrollbar-3dlight-color:Red;
    scrollbar-darkshadow-Color:'';
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
	 background-image: url(img/bg.jpg);
	 background-repeat: repeat-x; 
}
.website {
background-color: #0C1763;
}

.txt {
	font-family: Verdana;
	font-size: 11px;
	color: #0C1763;
}

.pict{
	border: 2px solid white;
	}

.bigpic
{
	border: 2px solid #FF7E00;
}

a {
  text-decoration:none;
  color: #FF7E00;
}

a:link,a:visited {
 color: #FF7E00;
}

a:hover {
  color:#4465B1;
  text-decoration:underline;
}
.copyright {
	font-family: Verdana;
	font-size: 10px;
}


