    *  html  {

          margin : 0;

          padding : 5;

      }

.body 
		{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-style:solid;
		border-width:0px; 
		font-family: Tahoma, Verdana, Arial, Helvetica;
		background-color: #F0FFFF;	
		color: #008080; 
		font-size:9pt; 
		text-align:left; 
		margin-top:0; 
		margin-bottom:0; 
		text-indent:0; 
		margin-left:1; 
		margin-right:0
		}
           

#content {
	width: 80%; 
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #FFE4E1;
	border: 5px solid #ccc;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 370px;
	}

html>body #content {
	width: 370px; /* ie5win fudge ends */
	}

.pullquote 
	{
	width: 145px;
	background:gold;
	color:black;
	float: right;
	border:1px solid maroon;
	font-weight:bold;
	line-height:140%;
	padding:5px;
	}
          

    * p {

           font : 9pt arial;

           margin-top : 0;

           text-align : justify;

      }

    * h3 {

           font : italic normal 12pt arial;

           letter-spacing : 1px;

           margin-bottom : 0;

           color : #7d775c;

      }

    * a:link {

           font-weight : normal;

           text-decoration : none;

           color : #006633;

      }

    * a:visited {

           font-weight : normal;

           text-decoration : none;

           color : #cccccc;

      }

    * a:hover , a:active {

           text-decoration : underline;

           color : #000000;

      }
