BODY { font-size: 100%; font-family: sans-serif,Arial; color: #AF7817; /*dark goldenrod*/ 
background-color: #FFFFFF;

}



H1 { color: #174fb0; /*some blue*/ font-family: sans-serif,Arial; 
}


H2 {color: #174fb0; /*some blue*/  font-family: sans-serif,Arial; 
}



P { color: #AF7817; /*dark goldenrod*/   font-family: sans-serif,Arial; font-size: 100%;  font-style: normal; 

}




TD { color: #AF7817; /*dark goldenrod*/   font-family: sans-serif,Arial; font-size: 100%; font-style: normal; 

}



.bigger {font-family: sans-serif,Arial; font-size: 120%; font-weight: bold; font-style: normal; 

}



.red { color : #FF0000; /*red*/ 

}



.smaller {font-size: 90%; font-style: italic; 

} 



UL { list-style-type: disc; 

color: #AF7817; /*dark goldenrod*/  }


HR { color:  #174fb0; /*some blue*/ 

}



A:LINK { color: #0000FF;/*blue*/ font-style : normal; /*font-family : "Comic Sans MS",sans-serif,arial;*/ font-weight : normal; text-decoration : none; 

}



A:ACTIVE { color : #FF0000; /*red*/ font-style : normal; /*font-family : "Comic Sans MS",sans-serif,arial;*/ font-weight : normal; text-decoration : none; 

}



A:VISITED { color : #9400D3; /*darkviolet*/ font-style : normal; /*font-family : "Comic Sans MS",sans-serif,arial;*/font-weight : normal; text-decoration : none; 

}



A:HOVER { color : #0000FF; /*blue*/ font-style : normal; font-weight : normal; text-decoration : underline; background-color: transparent;

}