/* - - - - - - - - - - general - - - - - - - - - -  */

html, body {
	margin: 5px 10px 10px 10px;
	padding: 0;
	
}

body {
	background: #fff;
}

img {
	border: none;
}

p {
	width: 150px;
}

table {
	margin: 20px 10px 20px 0;
}

table th {
	text-align: left;
	padding: 2px 8px 2px 2px;
}

table td {
	padding: 2px;
}

#next_prev {
	text-align: right;
	margin-bottom: -15px;
}

#hole_info {
	float: left;
}



/* - - - - - - - - - - general typography - - - - - - - - - -  */

body {
	font-size: 10px;
	line-height: 15px;
	color: #666;
	font-family: Verdana, arial, sans-serif;
}

body * {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	}

a:link, a:visited { color: #8ea77d; }

a:hover { color: #666; }

a:active { color: #333 }

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px 0;
	}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }	

h1 {
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #c96600;
	text-transform: uppercase;
}

h1 span {
	color: #666;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}