/* CSS Document */
html { height: 95%; }
body {
	background-color: #000000;
	height: 95%; 
	font-family: Arial; 
}
a:link,a:visited { text-decoration: none; color : #CCCCCC; }
a:hover	,a:active	{ color : #FF9900; text-decoration: underline;}

.table {
	width: 100%;
	height: 100%;
	text-align: center;
}
.designed {
	color: #CCCCCC;
	font-size: 9px;
	height: 50px;
}

