

html, body {
	width:  100%;
	height: 100%; }

body, table, tr, td, .body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	border-spacing: 0;
 	border-collapse: collapse; 
	border-style: none;
	empty-cells: show;
	vertical-align: top;
	padding: 0;
	color: #333;
	text-align: left;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:   26px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	overflow: hidden; }

body {
	background-color: #FFF; }




a:link {
	background-color: transparent;
	color: #F30; 
	text-decoration: none; }

a:visited {
	background-color: transparent;
	color: #F30; 
	text-decoration: none; }

a:hover	{
	background-color: #F30;
	color: #FFF; 
	text-decoration: none; }

a:active { 
	background-color: transparent;
	color: #F30; 
	text-decoration: none; }



