    body {
	background:#000000;
    	margin-left:1%;
    	margin-right:5%;
    }

    #left {
	background:#000000;
	min-width:150px;
	text-align:center;
    	font-weight:normal;
    	font-family:Verdana, Lucida, Helvetica, sans-serif;
 	font-size:10px;	
    }

    #center {
	background:#000000;
	color:#DEB887;
	min-width:400px;
	text-align:left;
	font-weight:normal;
    	font-family:Verdana, Lucida, Helvetica, sans-serif;
 	font-size:10px;
     }

    #right {
	background:#000000;
	min-width:200px;
	text-align:center;
    	font-weight:normal;
    	font-family:Verdana, Lucida, Helvetica, sans-serif;
 	font-size:10px;				
     }

    h1, h2, h3, h4, h5, h6 {
    	font-style:italic;
    	background:#DEB887;
    	color:#000000;
    	text-align:center;
    	font-weight:normal;
    	font-family:Verdana, Lucida, Helvetica, sans-serif;
    }

    ul, dl, p, td, li, dt, dd {
    	background:#000000;
    	color:#DCDCDC;
    	font-style:normal;
    	font-size:12px;
    	font-family:Verdana, Lucida, Helvetica, sans-serif;
    } 

    tr {
	background:#000000;
 	color:#DCDCDC;
 	font-style:normal
	font-family:Verdana, Lucida, Helvetica, sans-serif;
    }

    ul li {
    	list-style: square;
    }

    ol li {
    	list-style: lower-roman;
    }

    a:link  {
    	color:#DEB887;
    }

    a:visited {
    	color:#DEB887;
    }
    		
    a:hover, a:active {
    	background: #DEB887;
    	color: #000000;
    }

    hr {
    	color: #8B0000;
    	height: 1px;
    }

    pre, tt {
    	background: #FFFFFF;
    	color: #6699CC;
    	font-family: courier, monospace;
    	font-style: normal;
    }

    img {
	margin-top: 10px; 
    	img-align: center } /* give all images
    	a top margin */	