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


/**** PAGE FORMATING ****/
html, body
{
background-color: #FFFFFF;
background-image: none;
background-position: left;
background-repeat: no-repeat;
color: #888888;
cursor: default;
font-family: "Calibri", "Trebuchet MS", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
text-align: center;
vertical-align: top;
}


/**** TABLES ****/
table
{
color: #666666;
cursor: default;
font-family: "Calibri", "Trebuchet MS", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
text-align: left;
text-decoration: none;
}


/**** PARAGRAPHS ****/
p
{
color: #666666;
cursor: default;
font-family: "Calibri", "Trebuchet MS", helvetica, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: normal;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 25px;
padding-right: 25px;
text-align: justify;
}


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