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

a:link { 	color:black;
		}

a:visited { color:black;
		}

a:active { 	color:black;
		}

a:hover { 	color:white;
		}

a:hover { 	background-color:black;
		}			

#logga { 	position: relative;
		  	top:10px;
			background-image:url(images/logga.jpg);
			background-repeat:no-repeat;
		  	width:550px; height:140px;
			border: solid black 2px;
			margin-right:auto;
			margin-left:auto;
		}

#menu { 	background:white; 
         	position:relative; 
        	font-size:12pt; 
        	top:25px; 
        	width: 550px;
        	border: solid black 2px;
			margin-right:auto;
			margin-left:auto;
        }

		#menuitems {
		        float: center;
		}

.scrollbox { 	position:relative;
				padding: 10px; 
        		font-size:10pt; 
        		top:40px; 
        		width:530px; height:50%; 
        		border: solid black 2px;
        		overflow: auto;
        		background-color: white;
				margin-right:auto;
				margin-left:auto;
        	}

#lower {
			    font-size: 12px;
			    position: relative;
		        top: 45px;
				height:15px;
				background:white;
				border: solid black 2px;
				width: 550px;
				margin-right:auto;
				margin-left:auto;
		}
							
