html {
   margin: 0px;
   padding: 0px;
}

body {
   margin: 0px;
   padding: 0px;
   color: black;
   background-color: white;
   /* font:normal normal 150%/1.2 Verdana, Arial sans-serif;*/)
}

/* Links */
a:link, a:visited {
   color: yellow;
   text-decoration: none;
}
a:hover {
   color: grey;
   text-decoration: none;
}
a:active {
   color: red;
}

.blue a:link, .blue a:visited {
	color: blue;
	text-decoration: underline;
}
.blue a:hover {
   color: dark-blue;
   text-decoration: none;
}


