/* Main stylesheet */

@import url("stylesheet_tags.css"); 
@import url("menu.css"); 

BODY {
	background-image: url(../../images/lokal/body-bg.jpg);
}


A {
	color: #8C0484;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #3D7992;
}

#statusRow {
	background-image: url(../../images/lokal/statusRow.jpg);
}

