body{
	/*background: #D7D7D7;*/
	background: #FFFF00;
	background: #FAF519;
	background: #F3B044;
	background: #F5BA5C;
}

ol{font-family: "Arial"; color:black;  text-indent:1.5em; text-align:justify;margin-left: 30px ; background: white;}
h1{font-family: "Arial"; color:black; text-align:center ; background: white;}

h2 {
	font-family: "Arial";
	color:black;
	text-align:justify ;
	border-bottom:1px solid black;
	background: white;
}

h3 {font-family: "Arial"; color:black; text-align:justify ; background: white;}
h4 {font-family: "Arial";color:black; text-align:justify} ; background: white;
ul {margin:5px 0 15px 0; text-indent:1.5em ; background: white;}
li {font-family: "Arial"; color:black;  text-indent:1.5em;text-align:justify;margin-left: 30px ; background: white;}

img {
  border-style:none;
}  

/*--------------------------------------
--    MAINPAGE
----------------------------------------*/
#mainPage {
	position: relative;
	width:900px;
	height:960px;
	  
    margin-left: auto;
    margin-right: auto;
	margin-top:30px;
	margin-bottom:0px;
 
 	padding-bottom:0px;
 	padding-right:0px;
	border: 1px solid black;
	background: white;
    font-family: "Arial";
    font-size:14px;
}

#mainPage h2 {
   padding-left:30px;
   padding-right:30px;
}

#mainPage p {
  text-align: left;
   padding-left:30px;
  padding-right:30px;
  font-family: "Arial";
  font-size:14px;
  font-style:normal;
  color:black;
  text-indent:1.5em;
  text-align:justify;
  margin:10px 0 0 0 ;
  background: white;
}
