body {font-family: Arial, Helvetica, san-serif;
      background-color: #CCCCCC;
      color: #ffffcc;
      font-style: normal;
      font-weight: normal;
      cursor: default;
      margin: 10px 0px 0px; 
/*first value is top margin, second value is left and right, third is bottom*/
}

body, table {font-size: 11pt}

table {background-color: #333333}

td.small  {font-size: 9pt;
           color: #ffffcc}

h1 {font-family: Vivaldi, Vladimir Script, Mistral, Freestyle Script, Informal Roman;
    font-size: 26pt;
    font-weight: bold;
	color: #FF3300}

h2 {font-family: Vivaldi, Vladimir Script, Mistral, Freestyle Script, Informal Roman;
    font-size: 18pt;
	color: #999999}
	
h3 {font-family: Vivaldi, Vladimir Script, Mistral, Freestyle Script, Informal Roman;
    font-size: 16pt;
	color: #999999}	
	
a {color: #ffffcc;
   text-decoration: none}

a:hover {color: #66cc66;
         text-decoration: underline}

