body {  
color: White;
background-color: Black;
margin: 0;/* without margins the page would be stuck to the sides*/
font-family: verdana, arial, sans-serif; /* base font is defined in the page */
font-size: 12px; /* size font is defined in the page */
}

a { font-size: 12px; text-decoration:none; }
a:link {color: red; text-decoration:none;}
a:visited {color: red; text-decoration:none;}
a:hover {color: gray; text-decoration:none;}
.smallcaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

img
{  border-style: none;
}