body {
	background:white;
	color:black;
	font-family:"Verdana";
 font-size:11pt;
 margin: 5%;
 text-align:justify;
	}

a {
   	text-decoration:none;
   	background: transparent;
	}

a:link { color:red; }
a:visited { 	color:darkGreen; }
a:active {color:blue;}
a:hOver {backGround:floralwhite;}

h1 {
	background: transparent;
	color:darkBlue;
	text-align:center;
	}

h3 {
	background: transparent;
	color:darkBlue;
	text-align:center;
	}

h4 {
	background: transparent;
 color:firebrick;
	text-align:left;
	font-size:12pt;
	}
	
ul{
    line-height:22pt;
    list-style-type:none;
  }

pre{
	font-family:"Verdana";
 font-size:11pt;
   }

.center {text-align:center}

pre{
	font-family:"Verdana";
 font-size:11pt;
   }
   
.num{
      color:firebrick;
      font-weight:bold;
    }
    
#mainBox{
   width:300px;
   margin:50px 250px;
   font-size:10pt;

}

#refrain{
   width:300px;
   margin:auto;
   font-size:14pt;

}



