body {
	background: #000000 url("/images/background.jpg");
	background-size: 100%;
	}
	
a#body {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	}
	
a#body:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	}

a:link {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
	}

a:visited {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
	}

a:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
	}

a:active {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
	}

table {
	border-color: #0000FF;
	}