/* Hole in One Golf Course

   Author: Brian Kincaid
   Date:   10/29/2007

 */

body {background-color: White; margin: 0; padding: 0; font-family: sans-serif; font-size: 8}


#head { visibility: hidden}
#holelist { visibility: hidden}


#holestats {float: left; margin-right: 10}
#holestats strong {color: Yellow; font-weight: normal}
	
#holesummary img { float: left}
#holesummary span {float: left; color: Green; font-size: 300%; line-height: 0.7}

#flags {clear: both; text-align: center}
#flags img { border-width: 0; padding-top: 0; padding-bottom: 0; padding-left: 10; padding-right: 10}
	
