/*-----------------------------------------------------
 * Filename:    typography.css
 * Description: Font styles 
 * Version:     1.0.0 (March 23, 2009)
 * Author:      Nino Paolo Amarillento
 == STRUCTURE: ========================================
 * Default font size:  11px
 * Default font style: Trebuchet MS
 * Default font color: #333
 -----------------------------------------------------*/
 
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.2px;
	color:#626262
}

#content h1{
    font-size: 25px;
    font-weight: bold;
    padding:10px 0px;
}
#content h2{
    font-size: 20px;
    font-weight: normal;
    padding:10px 0px;
}
#content h3{
    font-size: 15px;
    font-weight: bold;
    padding:10px 0px;
}

#content p{
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px !important
}

div.sidebar-content center strong a font{
	font-size:11px
}
