/**** THE OLC SCHOOL ****/
/**** WWW.OLCSCHOOL.ORG ****/
/**** GLOBAL.CSS : CSS BY CHAPTER ZERO ****/


/**** PAGE FORMATING ****/
html, body
{
background-color: #dbcfb7;
background-image: url(../images/design/pattern_main.jpg);
background-position: left;
background-repeat: repeat;
cursor: default;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
text-align: left;
vertical-align: top;
}


/**** TABLES ****/
table
{
border: none;
color: #48423f;
cursor: default;
font-family: arial, "trebuchet MS", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
}


/**** PARAGRAPHS ****/
p
{
color: #48423f;
cursor: default;
font-family: "trebuchet MS", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
text-align: justify;
}


/**** REWRITING YOUR FUTURE_ ****/