a:link{color:#000066; text-decoration: none;}
a:visited{color:#000066;  text-decoration: none;}
a:hover{color:#000066;  text-decoration:underline;}
a:active{color:#000066; text-decoration: none}

body {
        background-color:#FFFFFF;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:10pt;
		color:#000000;
        
        }
		



#page{
        position:absolute;
        width:620px;
        height:570px;	
        top:50%;;
        left:50%;
        margin-left:-315px;
		margin-top:-285px;
		border:solid;
		border-width:2px;
		border-color:#000000;
		
}

#menu{
        position:absolute;
       	top:0px;
		left:0px;
		width:80px;
		height:525px;
		background-color:#000066;
		padding:10px;
		
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
color:#FFFFFF;}

#content{
        position:absolute;
       	top:0px;
		left:100px;
		width:500px;
		height:525px;
		overflow:auto;
		background-color:#FFFFFF;
		padding:10px;
		
}
h1 {
text-align:center;
font-size:16pt;
font-weight:bold;
}
h2 {
text-align:center;
font-size:12pt;
font-weight:bold;
}

.table {
		
		border-color:#000000;
		border-style:ridge;
		

		}
		
.skapa {
		
			font-weight:bold;
			height:100%;

		

		}
		
#foot{
        position:absolute;
       	top:545px;
		left:0px;
		width:600px;
		height:5px;
		background-color:#000066;
		padding:10px;
		font-size:6pt;
		text-align:center;
		color:#FFFFFF;
		vertical-align:middle;
		
}

#foot a:link, #foot a:visited, #foot a:hover, #foot a:active {
color:#FFFFFF;}
		