body {
	font-size : 12px;
	font-family: sans-serif;
	color : #E9FFFF;
	line-height : 1.5;
	background : #000028;
}


a:link {
	color : #68D068;
	text-decoration : none;
}

a:visited {
	color : #68D068;
	text-decoration : none;
}

a:active {
	color : #68D068;
	text-decoration : underline;
}

a:hover {
	color : #68D068;
	text-decoration : underline;
}


table {
	font-size : 12px;
}

th {
	background-color : #6BB58C;
	padding : 5px;
}

td {
	line-height : 1.5;
	background-color : #437B69;
	padding : 5px;
}


.w640 { width : 640px; }
.w280 { width : 280px; }
.w240 { width : 240px; }
.w160 { width : 160px; }
.w120 { width : 120px; }
.w100 { width : 100px; }
.w80 { width : 80px; }
.w60 { width : 60px; }
.w50 { width : 50px; }


.ri { text-align: right; }
.ce { text-align: center; }
.le { text-align: left; }

.ba {
	text-align: left; 
	background-color : #416C6D;
}
