

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #000;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 15px;
	margin: 0;
	padding: 12px 0;
}


/* proSilver Link Styles
---------------------------------------- */

a:link	{ color: #5ee42e; text-decoration: none; }
a:visited	{ color: #5ee42e; text-decoration: none; }
a:hover	{ color: #fff; }
a:active	{ color: #5ee42e; text-decoration: none; }
