/* Layout Stylesheet */ 

#content { 
 width:360px;
 height: 300px; 
 position:relative;
 /*border: dashed #cccccc; */
 border-width: 0px 0px; 
 background: #ffffff;
 color: #999999;
 overflow: auto;
 margin:0 0 0 0;
 /*margin-right:5px;*/
 padding-right: 10px;
 

 }
A:link {text-decoration: none; color: #999999}
A:visited {text-decoration: none; color: #999999}
A:active {text-decoration: none; color: #999999}
A:hover {text-decoration: none; color: red;}
