/**** THE OLC SCHOOL ****/
/**** WWW.OLCSCHOOL.ORG ****/
/**** CLASSES.CSS : CSS BY CHAPTER ZERO ****/


/**** SECTION ****/
.section
{
color: #48423f;
cursor: default;
font-family: Arial, "trebuchet MS", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: justify;
text-decoration: none;
}

/**** HEADER ****/
.header
{
color: #48423f;
cursor: default;
font-family: "trebuchet MS", sans-serif;
font-size: 21px;
font-style: normal;
font-weight: bold;
text-align: justify;
text-decoration: none;
}

/**** LABEL ****/
.label
{
color: #48423f;
cursor: default;
font-family: Arial, "trebuchet MS", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-align: justify;
text-decoration: none;
}

/**** NOTIFICATIONS ****/
.notifications
{
color: #bbbbbb;
cursor: default;
font-family: "trebuchet MS", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-align: justify;
text-decoration: none;
}

/**** FOOTER ****/
.footer
{
color: #48423f;
cursor: default;
font-family: "trebuchet MS", sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
text-align: left;
text-decoration: none;
}


/**** REWRITING YOUR FUTURE_ ****/