/* CSS Document */

body
{
	background-color: #000000;
 	background-image: url(images/background.jpg); 
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;/**/
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.2em;
	color: #cbcbcb;
	padding: 0;
	margin: 0;
}
a
{
	color: #cbcbcb;
	text-decoration: underline;
}

a:hover
{
	color: #cbcbcb;
	text-decoration: none;
}

td
{
  	font-size: .7em;

}
span.heading
{
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
   text-decoration: underline
}