body            {
		background-color:		000000;
                background-image:               url("../img/background.jpg");
		background-attachment:		fixed;
		background-position:		center;
		font-family:			andale mono, arial;
		font-size:			11px;
		color:				ffffff;
		}
td              {
		font-family:			andale mono, arial;
		font-size:			11px;
		color:				ffffff;
		}
a:active	{
		font-family:			andale mono, arial;
		font-size:			11px;
		color:				ffffff;
		}
a:link		{
		font-family:			andale mono, arial;
		font-size:			11px;
		color:				ffffff;
		}
a:visited	{
		font-family:			andale mono, arial;
		font-size:			11px;
		color:				ffffff;
		}
a:hover		{
		font-family:			andale mono, arial;
		font-size:			11px;
		color:				ff0000;
		}