/* RPGamer Style sheet >> 2005 */

body, table	{	
			/* Default Text Formatting */
	font-family	: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 14px;
	color		: #000000;
}
	
body {
	background-color: #000000;
	margin		: 0px 0px 3px 0px;
}
	
			/* Custom Spacing for Paragraphs
p, ol		{ margin-top: 10px;	margin-bottom: 10px; 	 }
/* */

			/* Default Link Formatting */
a, a:link, a:visited, a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #DB1F1F;
}
a:visited {
	color 		: #202020; 
}
a:active, a:hover {
	text-decoration: underline;
}

