/*

-------------------------------
 CSS - Cascading Style Sheet
-------------------------------

Hakamau


*/

h1 {
 font-family: Tahoma;
 font-size: 14;
 text-align: center;
 color: #0000FF;
}

 h2 {
 font-family: Tahoma;
 font-size: 18;
 text-align: center;
 color: #0000FF;
 font-weight: bold;
}


 h3 {
 font-family: Tahoma;
 font-size: 26;
 color: #0000FF;
 font-weight: bold;
}

h4 {
 font-family: Tahoma;
 font-size: 14;
 text-align: left;
 color: #FFFFFF;
}
