
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
	font-size: 0.8em; 
     color: #333;
	background-color: #DDD4CD;
}
A:link {
  	text-decoration: none;
   color: #333;
  }
 A:visited {
   text-decoration: none;
   color: #333;
   }
 A:hover {
   text-decoration: none;
   color: #993300;
  }

   .body_text{ width: 690px;
    margin: 20px auto;
    padding: 25px;
    border: 1px solid #666;
}
#close{
position:fixed;
top:10px;
right: 5px;
float:right;
text-align: center;
border: 0px solid #fff;
}

