/******************************
  For Netscape compatibility, must define body margins
  and padding at the HTML level as well as the BODY level
*******************************/

html, body {
  margin : 0px;
  padding : 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
	background-image: url(canvas.jpg);	
}

/******************************
  Text Options 
*******************************/

p {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: transparent;
	width: 300px;
	line-height: 13px;
}

h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: normal;
	color: #CC0000;
}

/******************************
  Link Options 
*******************************/

a:link,
a:visited {
color: #CC0000;
font-family: "Courier New", Courier, mono;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}
