/*=====================================================
             @oozeout.com exhibit_so.css
               for exhibit info
=====================================================*/
body
    {
    margin: 0px;
    padding: 0px; 
	font-size: 8px; 
	color: #ffffff; 
	line-height: 1.8em; 
	font-style: normal; 
	font-family: Lucidia-Sans, Verdana, Arial, sans-serif; 
	background-color: #333333; 
	text-decoration: none;
	text-align: center;
    }
a:link 
    {
	color: #ffffff; 
	text-decoration: none;
    }
a:visited
    {
	color: #ffffff; 
	text-decoration: none;
    }
a:hover
    {
	cursor: crosshair; 
	color: #FFFF00;  
	text-decoration: underline;
    }
a:active
    {
	color: #FF0000; 
	text-decoration: none;
    }
a img
    {
    border: none;
    }
#outer
	{
	width: 100%;
	height: 100%;
	background-color: #333333;
	padding-top: 0px;
	margin: 0 auto 0 auto;
	}
#contents
    {
    width: 100%;
    height: 100%;
    background-color: #333333;
    } 
#head
	{
	width: 100%;
	height: 13px;
	background-color: #800000;
	}
