
body {
background-color: #000000;
  background: url(images/bg.jpg);
}

A {color: #000000; text-decoration: none; letter-spacing:0px;}
A:link { color: #da022d;  text-decoration: none; font-weight: bold; letter-spacing:0px; }
A:visited { color: #da022d; text-decoration:none; font-weight: bold; letter-spacing:0px; }
A:active { color: #a80223;  text-decoration: none; font-weight: bold; letter-spacing:0px;}
A:hover { color: #a80223;  text-decoration: underline; font-weight: bold; letter-spacing:0px; cursor:hand;}


.main {
	font-family: trebuchet ms, geneva;
	font-size: 9pt;
	line-height: normal;
	color: #000000;
    width: 90%;
}