/* Mall för lundarallarnas sidor. */
/* 2002-05-22 */

body { 	background: navy;
	font-family: verdana; 
	color: white;
}
a:link { color: aqua }
a:visited { color: lime }
a:active { color: red }
a#b {	font-family: verdana;
	font-weight: bold;
}
a#big {	font-size: x-large; }
td#big { font-size: large; }
h1#s { 	color: yellow;
	font-weight: normal;
	letter-spacing: 0.5em ;
}
h2#f {	COLOR: yellow;
	font-family: verdana, arial;
	font-weight: normal;  
}
h2 {	font-weight: normal; }
hr {	color: red;}	
#obs { background: #c05070;
	 margin: 10px 30px 10px 50px; 
	padding: 5px 5px 10px 10px;
	width: 650px;
}
p#small, div#small { font-size: 12px;
}
div#malltext { color: navy;
	font-size: xx-small;
}
dt {	font-style: italic; 
	font-family: verdana;
	font-size: smaller;
	color: yellow;
}
#indrag{ width: 650px;
		 margin-left: 50px; 
}
img#lok{	position: absolute;
			 left: 80px; top: 50px;
}
img#logo{	position: absolute;
			 left: 220px; top: 70px; 
}
#huvud{ width: 650;  
		font-family: verdana; 
		font-size: 25px;
		color: #ff8000;
		padding: 110px 0 40px 180px; 
		margin-top: 30px;
		margin-left: 50px; 
}
span#lang{ position: absolute; 
		top: 5px; left: 10px; 
		font-style: italic; 
		font-size: 15px; 
		color: yellow}



