P  {
	font-size : x-small;
}

H1  {
	font-size : x-large;
    color : #CC9900;  	
}

H2  {
	font-size : large;
    color : #CC9900;  	
}

H3  {
	font-size : medium;
    color : #CC9900;  
}

H4  {
	font-size : small;
    color : #CC9900;  
}


A  {color:"#CCCC66"}

A:Visited  {color:#CC9933}

A:Active  {color:#FFFFCC}

A:Hover  {color:#cc9900}

BODY  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
    color : #CCCC99;
}

table  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
    color : #CCCC99;
}

a.buttonStyle {
   color :#cccc99;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;   
   font-weight :normal;
   text-decoration :none;
   background-color :#663300;
   height : auto;
   width :110px;
   border :thin outset;
   border-color:#663300;
}
a.buttonStyle:hover {
   color :#000000;
   	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
   text-decoration :none;
   background-color :#663300;
   border: thin inset;
   border-color: #993300 #663300 #663300 #993300;
}

a.buttonStyle2 {
   color :#cccc99;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;   
   font-weight :normal;
   text-decoration :none;
   height : auto;
   width :100px;
   border-color: #663300;
}
a.buttonStyle2:hover {
   color :#cccc99;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;   
   text-decoration :none;
   background-color :#996600;
   border-color: #993300 #663300 #663300 #993300;
}