@charset "UTF-8";
/* CSS Document 


body {
	background-color: #000;
	background-image: url(image/background.jpg);
	background-repeat: no-repeat;
	background-position:center; 
}


.purpletext {
	color: #594D71;
	font-weight: bold;
}
.graytext {
	color: #999;
	font-weight: bold;

}


*/

@charset "utf-8";
.site {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border: none
	
	font-family: "century gothic";
	border-width:0px;
	border-style:none;
	font-size: 16px;
	font-style: normal;
	font-color: #000;	

}

body,td,th {
	font-family: "century gothic";
	font-size: 15px;
	color: #000;
}



.table {
	
	border-width:0px;
	border-style:none;
}

img {
	border: 0;
}
