/* Font Families
	"Century Gothic", Verdana, Arial, Tahoma, sans-serif
	"Times New Roman", Times, serif
	Georgia, "Times New Roman", Times, serif
	Courier New, Courier, mono
*/


body {
  font-family: "Century Gothic", Verdana, Tahoma, Arial, sans-serif; 
  color: #000066; text-align: center; font-size: 14px; 
  background-color: #FFFFFF; background-image: url(images/golfballbackground.jpg)
}

/** Heading Style **/
h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

h1 {font-family: Verdana, Tahoma, Arial, "Century Gothic", sans-serif; font-size: 26px; font-weight: bold}
h2 {font-family: Verdana, Tahoma, Arial, "Century Gothic", sans-serif; font-size: 22px; font-weight: bold}
h3 {font-family: Verdana, Tahoma, Arial, "Century Gothic", sans-serif; font-size: 18px; font-weight: bold}

.normal {font-family: "Century Gothic", Verdana, Tahoma, Arial, sans-serif; text-align: justify; font-size: 14px}
.larger {font-family: "Century Gothic", Verdana, Tahoma, Arial, sans-serif; font-size: 16px}
.smaller {font-family: Verdana, Tahoma, Arial, "Century Gothic", sans-serif; font-size: 10px}
.smallest {font-family: Verdana, Tahoma, Arial, "Century Gothic", sans-serif; font-size: 9px}

a:active { text-decoration: underline; color: #0000CC}
a:link { text-decoration: underline; color: #0000CC}
a:visited { text-decoration: underline; color: #0000CC}
a:hover {  text-decoration: none; color: #C00000}

