   
       
/* [b][/b] */    
.strong {
	font-weight: bold;
	}

/* [u][/u] */
.underline {
    text-decoration: underline;
    }    
    
/* [big][/big] */    
.big {
    font-size: big;
    }
    
/* [sm][/sm] */    
.small {
    font-size: small;
    }     
 
 
/* ----------------------------------------------------------- */
 
 
/* [tt][/tt] */
tt { 
   color: #A07A47; 
   }
   
/* [quote][/quote] */
cite {
    margin: 0;
    width: 95%;
    font-family: "Trebuchet MS", Trebuchet, Verdana, "Lucida Grande", Tahoma, sans-serif;
    font-size: 0.9em; 
    color: #DD7400;
    background-color: #fff7d1;
    border: #DD7400;
    border-style: dotted;
    border-left-width: 0;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
}

/* [code][/code] */
.code {
    font-family: ProFontWindows, monaco, "Lucida Console", "Courier New", Courier, monospace;
    font-size: 95%; 
    color: #A07A47;
    background: inherit;
    }
    
    
/* ----------------------------------------------------------- */
    
    
/* [image][/image] */    
#comments img 
{
    border: 0px;
	padding:0;
	margin:0;
	background-color:transparent;
}
   
/* [hr] */
hr {
    height: 1px;
    width: 333px;
    margin-left: 0;
    text-align: left;
    }    
        

