
/**debugging CSS
div {
	outline: solid rgb(250,0,255);
	outline-width: thin;
}
**/
body,html {
	color: e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
}
.center {
	text-align:center;
}
/*****Colors
body:			#333333
outerwrapper:	#666666
toptitle:		#7f7f7f
navbar:			#4B4B4B
magenta: 		#FF33CC

bright green: 	#00F53D
bg 2:			#8FFF1F
aqua: 			#33FFCC
dark grey: 		#333333;

old colors
green: 	#99CCCC
pink:	#EA705E 
bright green: #5EEAB6

**********/
.darkest	{ background-color: #333333;}
.dark 		{ background-color: #666666;}
.light 		{ background-color: #7f7f7f;}
.lightest 	{ background-color: #4B4B4B;}

.greyBackground { background-color:  #666666; }

a:link, a:visited 		{ 
	text-decoration: none; 	
	color : #00F53D ; 
	letter-spacing: .9px;
	
}
a:hover 	{ 
	#text-decoration: underline;
	color: #00F53D; 
	background-color:  #FF33CC;
}
a:active 	{ text-decoration: none; 	color : #00F53D; 
} 