body	{
	color: #000;
	background: #ddb;
	margin: 25px 0 25px 0;
	padding: 0;
	}
	
.hide	{
	display: none;
	}
	
img {
	
	border: 0;
	}
	
a:link {
	text-decoration : none;
	color: #c30;
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	}

a:visited {
	text-decoration : none;
	font-size: 12px;
	color: #c30;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	font-size: 12px;
	color: #f60;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #f90;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Georgia, "New Century Schoolbook", Times, serif;
		}

h1	{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.25em;
	}

h2	{
	font-size: 1.15em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: center;
	font-size:  12px;
	line-height: normal;
	}



