body {
	background-image: url('images/tile-background.jpg');
	background-position: top center;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	}
	 
p { 
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	}

strong {
	color: #990000;
	font-size: 18px;
	}

td { }

a:link { 
	color:#990000; 
	text-decoration:none 
	}
	
a:visited { 
	color:#ff0000; 
	text-decoration:none 
	}

a:hover { 
	color:#ADADAD; 
	text-decoration:underline 
	}

a:active { 
	color:#ff0000; 
	text-decoration:none 
	}

