/* General Containers */
body { 
	background-color: #fff;
	color: #000; 
	font-family: Arial, sans-serif; 
	font-size: small;
	margin: 0;
	padding: 0;
	}

body { 
	font-size: x-small; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
}	

html>body { /* be nice to Opera */
	font-size: small;
}	


/* Links */

a:link, a:visited {
	text-decoration: underline;
	color: #d70000;
	background-color: #fff;
	}
	
a:hover, a:active 	{
	text-decoration: none;
	color: #666;
	background-color: #fff;	
}

#here a:link, #here a:visited {
	text-decoration: underline;
	color: #666;
	background-color: #fff;
}

#here a:hover, #here a:active 	{
	text-decoration: none;
	color: #d70000;
	background-color: #fff;	
}

/* End Links */


p {
	padding: 10px;
}


p img {
	border: 1px solid #999;
	margin: 5px 10px 5px 10px;
	padding: 0;
	text-align: center;
}
