body { /*sets styles for global document*/
   background-color: #ddd5cb;
   color: #000;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 100.01%;
   margin: 0;
   padding: 0;
   }
a:link { /*sets styles for links*/
   color: #0000ff;
	text-decoration: underline;
	}
a:visited {
   color: #0000ff;
	text-decoration: underline;
	}
a:hover {
   color: #f00;
	text-decoration: underline;
	}
h1 { /*sets styles for h1*/
   color: #000080;
   font-size: 28px;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
h2 { /*sets styles for h2*/
   color: #000080;
   font-size: 18px;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }
h3 { /*sets styles for h3*/
color: #000080; 
font-size: 16px; 
font-weight: bold; 
margin: 5px 0; 
padding: 0; 
text-align: left; 
width: 700px;
}
h4 { /*sets styles for h3*/
color: #000080; 
font-size: 16px; 
font-weight: bold; 
margin: 5px 0; 
padding: 0; 
text-align: center; 
width: 700px;
}

p { /*sets styles for paragraph*/
color: #000; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px; 
font-weight: normal; 
margin: 0; 
padding: 0; 
text-align: left; 
width: 700px; 
   }
   
   p.cntr { /*sets styles for paragraph*/
color: #000; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px; 
font-weight: normal; 
margin: 0; 
padding: 0; 
text-align: center; 
width: 700px; 
   }
   
   p.small { /*sets styles for paragraph small text*/
   color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   text-align: center;
   width: 700px;
   }
   
      p.smalleft { /*sets styles for paragraph small text*/
   color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   text-align: left;
   width: 700px;
   }
   
      p.banz { /*sets styles for paragraph small text*/
   color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-align: left;
   width: 450px;
   }
   
   hr { /*sets styles for horizontal rule*/
   color:#f00;
   width: 400px;
   }
   .more { /*sets styles for more*/
   color: #f00;
	font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-align: left;
   }
   
      .desc { /*sets styles for more*/
   color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   text-align: left;
   }
   

