html {
	color: #000;
	background-color: #fff;
}
 body {	color: #000;
	font-size: 13px;
        background: #fff;
        margin-left: 4%;
        margin-right: 4%;
        margin-top: 1em;
        margin-bottom: 1em;
        font-family: Tahoma, URW Gothic L, Sans, Nimbus Sans L, Cursor, sans-serif, Verdana, Arial;
       }

  h1 { 	color: #993300;
	font-size: 18px;
	font-family: Tahoma, URW Gothic L, Sans, Nimbus Sans L, Cursor, sans-serif, Verdana, Arial;
	margin-top: 1.50em;
	margin-bottom: 0.75em;

     }


  h2 { color: #FF6633;
          font-size: 16px;
          font-family: Tahoma, URW Gothic L, Sans, Nimbus Sans L, Cursor, sans-serif, Verdana, Arial;
          margin-top: 1.50em;
          margin-bottom: 0.75em;

        }
  h3,h4,h5      { color: #FF9F32;
          font-size: 13px;
          font-family: Tahoma, URW Gothic L, Sans, Nimbus Sans L, Cursor, sans-serif, Verdana, Arial;
          margin-top: 1.50em;
          margin-bottom: 0.75em;

        }

p {
	font-family: Tahoma, URW Gothic L, Sans, Nimbus Sans L, Cursor, sans-serif, Verdana, Arial;
	font-size: 13px;
	color: #000;
	background-color: inherit;
}

 .quote {
        color: #C3303B;
        font-size:   14px;
        font-weight: bold;
        font-family: Times New Roman, Times, MS Courier New, monospace;
        padding-right: 5px;
}

 .highlight {
	color: #fdcb26;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-family:  Tahoma, URW Gothic L, Sans, Nimbus Sans L, Cursor, sans-serif, Verdana, Arial;
	padding: 5px 20px 5px 20px;
}

 .highlight1 {
	color: #f9be0c;
	font-size: 14px;
	font-weight: 100;
	font-style: normal;
	font-family:  Tahoma, URW Gothic L, Sans, Nimbus Sans L, Cursor, sans-serif, Verdana, Arial;
	padding: 0px 0px 0px 0px;
}

  :link { color: #006633 }  /* for unvisited links */
  :visited { color: #666633 } /* for visited links */
  :active { color: #006633 } /* when link is clicked */
  :hover { color: #FF6600 } /* when mouse is over link */


/* ************** Style for banner ************** */

div.banner {
   border: none;
   font-size: 90%;
   margin-left: 1px;
   margin-right: 1px;
   padding: 0.1em 0.3em;
   text-align: center;
   font-weight: bold;
}

div.banner div.banner {
   background: #fff;
   color: #000;
   text-decoration: none;
}

div.banner a:link, div.banner a:visited{
   background: #fff;
   color: #993300;
   text-decoration: none;
}

div.banner a:active {
   background: #fff;
   color: #006633
}

div.banner a:hover {
   background: #fff;
   color: #FF6600
}



