﻿<style type="text/css">   
    body {
	    background-color:#9370d8; 
	    color : #000000;
	    font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : bold;

    } 
	p  {
	    color : #ffffff;
     	font-size : x-small;
     	font-family : Tahoma;
     	font-weight : bold;
}
     
     h1  {
     	font-size : medium;
     	font-family : Tahoma;
     	font-weight : bold;
     	color : #C9468A;
     }
     
     h2  {
     	font-size : small;
     	font-family : Tahoma;
     	font-weight : bold;
     	color : #C9468A;
     }
     
     h3  {
     	font-size : x-small;
     	font-family : Tahoma;
     	font-weight : bold;
     	color : #CC99CC;
     }
     
     a  {
     	color : #CC99CC;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : bold;
     }
     
     a:visited  {
     	color : #FAAC56;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : bold;
     }
     
     a:active  {
     	color : #FAAC56;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : bold;
     }
     
     a:hover  {
     	color : #FAAC56;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : bold;
     }
     
     th  {
     	color : #11215E;;
     	font-size : small;
     	font-family : Tahoma;
     	font-weight : bold;
     }

     td  {
     	color : #ffffff;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : bold;
     	padding:10px;
     }
     input  {
     	color : #000000;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : normal;
     }
     select  {
     	color : #000000;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : normal;
     }
#footer {
   background-color:#FFFFFF;
   width:650px;
   padding:5px;
   font-size:8pt;
   font-variant:small-caps;
   color:#000000;
}
#footer a {
   font-size:8pt;
   font-variant:small-caps;
   color:#000000;
}
     </style>
