body {
        font-family: arial;
        font-size: 2px;
        text-align: center;
}
.headline {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #A3C0E0;
}
a:link  {
        color:black;
	text-decoration: none;
}
a:visited {
        color:black;
	text-decoration: none;
}
a:active {
        color:black;
	text-decoration: none;

}
a:hover {
        color:black;
	text-decoration: underline;
}