﻿/*---------------------------------------------------------------------------------------------

*FileName:                       font.css
*Description:                    CA it CSS
*Version:                        1.0.0(2010-02-11)YYYY-MM-DD
*Website:                        http://www.computing-age.com
*Copyright:                      computing-age      
*Author:                         computing-age_green
*AuthorEmail:                    sales@computing-age.com

==STRUCTURE:==============================================================================
*Page width:                     All
*Number of columns:              1

$__p
$__h1
$__h2
$__h3
$__h4
$__h5
$__h6
--------------------------------------------------------------------------------------------*/

/*__p
------------------------------------------------------------------------------------*/
p { 
margin : 10px auto; 
text-indent : 25px; 
font-size : 12px; 
line-height : 25px; 
} 


/*__h1
------------------------------------------------------------------------------------*/
h1 { 
margin : 0; 
font-size : 24px; 
font-weight : bold; 
line-height : 44px; 
} 


/*__h2
------------------------------------------------------------------------------------*/
h2 { 
margin : 0 auto; 
font-size : 18px; 
font-weight : bold; 
line-height : 40px; 
} 


/*__h3
------------------------------------------------------------------------------------*/
h3 { 
margin : 0 auto; 
font-size : 16px; 
font-weight : bold; 
line-height : 22px; 
} 


/*__h4
------------------------------------------------------------------------------------*/
h4 { 
margin : 0 auto; 
color : #c00; 
font-size : 14px; 
font-weight : bold; 
line-height : 26px; 
} 


/*__h5
------------------------------------------------------------------------------------*/
h5 { 
margin : 0 auto; 
font-size : 12px; 
font-weight : bold; 
line-height : 22px; 
} 


/*__h6
------------------------------------------------------------------------------------*/
h6 { 
color : #5d3915; 
font-size : 10px; 
font-weight : normal; 
line-height : 15px; 
} 