@charset "iso-8859-1";
A:link {
		color: #FFCC33;
		font-family: arial;
		font-size: xx-small;
		font-weight: bold;
		text-decoration: none;
		margin: 0px;
		padding: 0px;
			}
	
	A:visited {
		color: #FFCC33;
		font-family: arial;
		font-size: xx-small;
		font-weight: bold;
		text-decoration: none
			}
	
	A:hover {
		color: #FFFFFF;
		font-family: arial;
		font-size: xx-small;
		font-weight: bold;
		text-decoration: none
			}
			
	A:active {
		color: #FFFFFF;
		font-family: arial;
		font-size: xx-small;
		font-weight: bold;
		text-decoration: none
			}
table	{background: #000;
		margin: 0px;
		padding: 0px;
		color: #FFF;
		text-align: justify;
		font-family: Verdana;
		font-size: xx-small;
		font-variant: normal;
		width: 670px;
		position: relative;
		}

th		{background: #660000;
		margin: 5px;
		padding: 5px;
		color: #FFCC99;
		border: 1px solid white;
		font-family: Verdana;
		font-size: small;
		font-weight: strong;
		text-align:center;
		}

td		{background:#000000; 
		margin: 5px;
		padding: 5px;	
		border: 1px solid white;
		}
