BODY {padding: 0; cursor: default} 

body.home {
	font: 11px verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 11px;
	color : #666666;
	font-smooth: auto;
	background: #fff;
	background-repeat: no-repeat;
	background-properties: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

body.subpage {
	font: 11px verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 11px;
	color : #666666;
	font-smooth: auto;
	background: #fff;
	background-repeat: no-repeat;
	background-properties: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

A {cursor: pointer; background: transparent} 
BUTTON {cursor: auto} 
TEXTAREA {cursor: text} /* Below are things that I may change. 
These control the color and font of standard text */ 
BODY, CENTER, DIV, FORM, 
LI, OL, P, TD, TR, UL {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000} 
A:link {
	color: #DC143C;
	text-decoration: none
} 
A:visited {color: #000000; text-decoration: none} 
A:active {color: #000000; text-decoration: none} 
A:hover {color: #000000; text-decoration: underline} 
BODY {margin-left: 0; margin-right:0} 
H3, H4, H5{font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #446623} 
.kenson {font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #000000} 
