/**** CHAPTER ZERO ****/
/**** CLASSES.CSS : CSS BY CHAPTER ZERO ****/


/**** SECTION ****/
.section
{
color: #3366cc;
cursor: default;
font-family: "Trebuchet MS", sans-serif;
font-size: 25px;
font-style: normal;
font-weight: bold;
text-align: justify;
text-decoration: none;
text-transform: uppercase;
}

.text
{
color: #FFFFFF;
cursor: default;
font-family:"Calibri";
font-size: 14px;
font-style: normal;
font-weight: bold;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
float: left;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
left: auto;
right: auto;
text-align: left;
}


/**** HEADER ****/
.header
{
color: #FFFFFF;
cursor: default;
font-family:"Calibri";
font-size: 24px;
font-style: normal;
font-weight: bold;
text-align: justify;
text-decoration: none;
text-transform: none;
}


/**** LABEL ****/
.label
{
color: #3366cc;
cursor: default;
font-family: "Calibri", "Trebuchet MS", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
text-align: justify;
text-decoration: none;
text-transform: uppercase;
}

/**** ENTRY ****/
.entry
{
color: #666666;
cursor: default;
font-family: "Calibri", "Trebuchet MS", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
text-align: justify;
text-decoration: none;
text-transform: uppercase;
}


/**** FOOTER ****/
.footer
{
color: #777777;
cursor: default;
font-family: "Calibri", "Trebuchet MS", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-align: left;
text-decoration: none;
}


/**** REWRITING YOUR FUTURE_ ****/