.background1 {
	background : #A0C0D0;
	font-family: "Times New Roman";
	font-size : 14px;
}

.headline {
	background : #1658B3;
	font-family : Verdana;
	font-weight : bolder;
	font-size:  24px;
	color : Silver;
}

.menu {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bolder;
}

.alarm {
	color : Red;
}
.dato {
	color : Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.link-head  {
	color : #D00000;
}

.normal-body {
    font-size : 15 ;
	background : #E0E0E0;
}

a:link {
	text-decoration: none;
	color : #554030;
}
a:visited {
	text-decoration: none;
	color : #404030;
}
a:active {
	text-decoration: underline;
	color: Maroon;
}
a:hover {
	text-decoration: none ;
	color : Maroon;
};.test {  color: #0000FF; text-decoration: underline}
