﻿/* general style */
body, a{
	background-color: #424242;
	font: 11px Verdana;
	color: #F2F2F2;
	text-decoration: none;
	outline: none;
}
/* general hover text style */
a:hover {
	color: #74DF00;
	font: 11px Comic Sans MS;
	text-decoration: none;
}