h1 { 
 margin-top: 0.5em;
 font-size: 18px;
}

h2 { 
 font-size: 16px;
}

h3 { 
 font-size: 14px;
}

h4 { 
 font-size: 13px;
}

h5 { 
 font-weight: bold;
 font-size: 12px;
}

h6 { 
 font-size: 12px;
 font-style: italic;
}

p { 
}

a { 
}

.front { 
 font-size: 11px;
 line-height: 120%;
 text-indent: 3em;
}

.newStyleName { 
 font-size: 11px;
 text-indent: 0em;
 line-height: 100%;
}

.orange { 
 color: rgb(222, 87, 29);
}

