/* CSS Document */
.title{
font-size: 30px;
background-color: #006666;
}
.subtitle{
font-size: 26px;
}
h1 {
font-size: 30px;
line-height: 30px;
}
h2 {
font-size: 26px;
line-height: 22px;
font-weight: bold;
}
h3{
font-size: 22px;
}
h4{
font-size: 18px;
}
body, p, div, .content {
                font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
                /*font-family:Arial, Helvetica, Sans-Serif;*/
                /*font-family:Tahoma, Verdana, Helvetica;*/
                /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
                /*font-family:Georgia, 'Times New Roman', Times, serif;*/
                /*font-family: 'Times New Roman', Times, serif;*/
                font-size: 12px;
	font-weight: normal;
	color: #000000;
                
}
a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

