body {
	color:#4795FE;
	margin:0 0 0 0;
	background-color:#000000;
}

a.green:link {	
	font-weight: bold;
	color:#3DFFCB;
	text-decoration: none;
}	/* unvisited link */

a.green:visited {	
	font-weight: bold;
	color:#3DFFCB;
	text-decoration: none;
} 	/* visited link */

a.green:hover {	
	font-weight: bold;
	color:#3DFFCB;
	text-decoration: underline;
}	/* mouse over link */

a.teal:link {	
	font-weight: bold;
	color:#4795FE;
	text-decoration: none;
}	/* unvisited link */

a.teal:visited {	
	font-weight: bold;
	color:#4795FE;
	text-decoration: none;
} 	/* visited link */

a.teal:hover {	
	font-weight: bold;
	color:#4795FE;
	text-decoration: underline;
}	/* mouse over link */

table,tr,td,th {
	border-style:solid; 
	border-width:thin;
	border-collapse: collapse;
	padding:6px;
}

tr,td,th {	
	color:#3DFFCB;
}

th {
	text-decoration:underline;
}

input.button {
	color:#3DFFCB;
	background-color:#000000;
	border-width:2px; 
	border-style:solid;
	border-color:#4795FE;
}
