body {
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	color:black;
	font-size: 11px;
}
H1 {
	color:navy;
	font-size: 22px;
}
H2 {
	color:green
}
B {
	color:green
}
p {
	color:black;
	font-size: 11px;
}
li {
	color:black;
	font-size: 11px;
}
.plist {
	color:black;
	font-size: 11px;
}
.menu {
	color:darkblue;
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
}
.menu:visited {
	color: darkblue;
	text-decoration:none;
}
.menu:link {
	color: darkblue;
	text-decoration:none;
}
.menu:hover {
	color: black;
	text-decoration:none;
	background-color: gold;

}
.salg {
	font-size: 11px;
}
.hotlink {
	font-size: 11px;
        color: darkblue;
}
.hotlink:visited {
        color: darkblue;
	text-decoration:none;
}
.hotlink:link {
	text-decoration:none;
        color: darkblue;

}

