/*
  GolfNB Default CSS
*/
/*
  This file is called by all HTML files on GolfNB.
  This file should be used to define the global style of GolfNB (fonts, text colours, etc)
*/

body
{
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('golf_bg.jpg');

	margin: 0px;
}

body, p, td
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	color: #0000ff;
	font-size: 18pt;
	padding-bottom: 0.5em;
	text-align: center;
}

h2
{
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}

h3
{
	font-size: 11pt;
	font-weight: normal;
	text-align: center;
}

img
{
	border-width: 0px;
}

th
{
	font-size: 10pt;
}
th.left
{
	text-align: left;
}

a:link, a:visited, a:hover
{
	color: #0000ff;
	text-decoration: none;
}
