body{
background-color   : #FFFF33;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:0% 100%;

  font-size        : 9pt;
  color            : black;
  font-family      : MS PƒSƒVƒbƒN,Times New Roman,Georgia,sans-serif;

  scrollbar-face-color:#e0ffff;
  scrollbar-track-color:#ebfffe;
  scrollbar-arrow-color:#e0ffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#e0ffff;

}

p{
margin-top    :10px ;
margin-right  :;
margin-bottom :10px ;
margin-left   :; 
}


table{
  font-size   : 9pt;
  color       : black;
  margin-top   :15px;
  margin-right :20px;
  margin-bottom:25px;
  margin-left  :20px;

}


h1{
  font-size   :9pt;
  color       :slategray;
  font-family   :Times New Roman,Georgia,sans-serif;

}

h2{
  font-size   :9pt;
  color       :slategray;
  font-family   :Times New Roman,Georgia,sans-serif;
padding-top    :30px ;
padding-right  :*;
padding-bottom :20px ;
padding-left   :0px; 
}


tt{font-size  :10pt;
   color      : slategray;
   font-family:Times New Roman,Georgia,sans-serif;
}

ul{
  font-size   :9pt;
  color       :#008080;
  list-style-type : none; 
}  

.box1
	{
	width:400px;
	background-color: #FFFF33;
        padding:90px 20px 90px 20px;
	margin:0 auto 0 0 ;
	}

.box2
	{
        height:40px;
        background-color: black;
	}

.b1
	{
  font-size   :14pt;
  color       :black;
  font-family      : Times New Roman,Georgia,sans-serif;
        padding:3px 5px;border-color:#CC0066;border-width:0 0 1px 7px;border-style:solid

        }

.b2
{        

        padding:4px 5px;
        border-color:#CC0066;
        border-width:0 0 1px 0;
        border-style:dotted;
	}



a:link{ color : #CC0066;}
a:visited{ color :  black; }
a:active{ color : yellow ;}
