#container
{
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color: #D3E5A0;
}

body {
    margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #ffffff;
    font-size: 11px; 
    font-family: Verdana; 
}

.tekst {
	text-align:left; 
    font-size: 11px; 
    font-family: Verdana;
	font-weight: bold; 
}

a:link {
    color: #D3E5A0;
    text-decoration: none;
}
a:visited {
    color: #D3E5A0;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}



