Body
{
margin : 10px 0px;
background-color: gray
}


a:link 
{ 
color: blue; 
text-decoration: none
}

a:visited 
{ 
color: #FF0066; 
text-decoration: none
}

a:hover 
{ 
color: gray; 
text-decoration: none
}


a:active 
{ 
color: blue;
text-decoration: none
}

.framsida
{
padding: 20px;
background : blue;
margin : 0px auto;
width: 760px;
height : 560px;
text-align : center;
}

.top
{
background : white url("banner.jpg");
margin : 0px auto ;
width : 748px ; 
height : 125px ;
}

.lank
{
background : black;
margin : 0px auto ;
width : 748px ; 
height : 20px ;
text-align : center;
word-spacing : 150px;
font-family: Verdana ;
font-size: 13px
}
.main
{
background : white;
padding: 20px;
margin : 0px auto ;
width : 708px ; 
height : 385px ;
text-align : left;
word-spacing : 0px;
font-family: Verdana ;
font-size: 12px;
z-index : 2;
}

