body {
  font-size: 95%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: url(seabreeze/bg.gif);
  background-repeat: repeat;
  background-attachment: fixed;
  margin-top: 0

/*
	color: #330000;
	background-color: #eeffcc;
	margin-left: 1em;
*/
}

a:link {color: #0000ff}
a:visited {color: #8800ff}
a:active {color: #ff00ff}
a:hover {color: #ff0000}

h1 {
	color: #000000;
/*	background-color: #ffffff;*/
	margin-left: 0em;
	margin-top: 1em;
	
	text-align: left;
	font-size: xx-large;
	font-family:san-serif; /* gothic */


/*	border-style: solid;*/
/*	border-style: ridge;*/
/*	border-style: inset; */
/*	border-style: outset; */
	padding-left: 10px;
	border-width: 15px 15px 15px 15px;
	border-color: #44ff44;
}

h2 {
	color: #000000;
/*	background-color: #ffffff;*/
	margin-left: 1em;
	margin-top: 1em;
	font-size: x-large;
	font-family:sans-serif; /* gothic*/
}

h3 {
	color: #000000;
/*	background-color: #ffffff;*/
	margin-left: 1em;
	margin-top: 1em;
	font-size: large;
	font-family:sans-serif; /* gothic*/
}

pre {
	color: black;
	line-height:100%;
	margin-left: 3em;
	margin-top: 0;
	text-indent: 0em;
}

p {
	color: black;
	line-height:150%;
	margin-left: 2em;
	margin-top: 1em;
}

code {
	font-size: 12pt;
	color: blue;
	line-height:125%;
	margin-left: 0em;
	margin-top: 0;
	font-family: monospace;
	text-indent: 0em;
}

ul {
	color: black;
	line-height:150%;
	margin-left: 2em;
	margin-top: 1em;
}

ol {
	color: black;
	line-height:150%;
	margin-left: 2em;
	margin-top: 1em;
}


dl {
	color: black;
	line-height:150%;
	margin-left: 2em;
	margin-top: 1em;
}

