@charset "UTF-8";
/* CSS Document */

body  {
	font-family:Georgia, Times New Roman, serif;
	font-size: 8pt;
	text-decoration:none;
	text-align:center;
	color: #786048;
	background-position: 50% 25%;
	background-color:#F0D8D8;
	 }
		
b		{color:#180000;}		
A:link {text-decoration: none; color:#333333;}
A:visited {text-decoration: underline; color:#666666;}
A:active {text-decoration: none; color:#333333;}
A:hover {text-decoration: underline; color: red;}					
					
					
DIV.artgoeshere {
	background:#fdf3ce;
	padding:20px;
	padding-bottom:3px;
	color: #786048;
	margin:3px;
	}