#site {
	border: 1px solid #000000;
	width: 750px;
	height: 100%;
	background-color: #FFFFFF;
}

#tekst {
	border: 1px solid #000000;
	background-color: #FFD196;
	width: 140px;
	padding: 3px 3px 3px 3px;
}
	
font.littletext {
	font: normal 10px Verdana;
	color:#000000;
} 

font.links {
	font: normal 10px Arial; 
	position:relative;
	top: 20px;
	left: 450px;
}

font.brochure {
	font: bold 12px Verdana; 
	position:relative;
	top: 80px;
	left: 150px;
}

font.text {
	font: normal 10px Verdana;
}

img.picture {
	border: 1px solid #000000;
}

a.link {
	font: normal 10px Arial; 
	color: #FF9900;
	text-decoration:underline;
}
a:visited.link {
	color: #FF9900;
	text-decoration:underline;
}

a:hover.link {
    color: #000080;
 	text-decoration:none;
}

a.brochure {
	font: bold 12px Verdana; 
	color: #0000FF;
	text-decoration:underline;
}
a:visited.brochure{
	color: #0000FF;
	text-decoration:underline;
}

a:hover.brochure {
    color: #FFFFFF;
    background-color: #0000FF;
 	text-decoration:none;
}

a {
	color: #0000FF;
	text-decoration:underline;
}
a:visited{
	color: #0000FF;
	text-decoration:underline;
}

a:hover {
	color: #FF0000;
	text-decoration:none;
}
