body { 		background:white;
      		color:black; 
      		font-family:Arial;
      }

a:link { 	color:black;
			text-decoration:none;
		}

a:visited { color:black;
			text-decoration:none;
		}

a:hover {   color:black;
			text-decoration:underline;
			}

a:active { 	color:black;
			text-decoration:none;
		}	
		
a.test:hover {text-decoration:none;}				

#big { 		
			margin-left:auto;
			margin-right:auto;
			margin-top:auto;
			margin-bottom:auto;
			height:672px;
			width:1100px;
			background-image:url(images/back_1.jpg);
			background-repeat:no-repeat;
			}

#menu {     position:relative;
			top:100px;
			left:205px;
			width:130px;
			text-align:left;
			float:left;
			}

.scrollbox {
			position:relative;
			top:50px;
			left:250px;
			height:375px;
			width:680px;
			overflow:auto;
			}

							
