@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #CCCCCC;
}
	
a:link 		{ 	color: #993333;}
a:visited 	{	color: #CCCCCC;}
a:hover 	{ 	color: #FF9900;
				text-decoration: none;}
a:active 	{ color: #999999;
}