


body {
	font-family : "Book Antiqua", "Courier New", Courier, mono;
	color : #800000;
	background : #CCCCCC url("./stoneorb.jpg") repeat;
}

a:link {
	color : #800080;
	background-color: transparent;
}
a:active {
	color:	#000080;
	background-color: transparent;
}
a:hover	{
	color:	red;
	background-color: transparent;
	text-decoration:	underline overline;
}
div, p, th, td, li, dd, dl, dt {
	/* redundant selectors to help NS4 not forget */
    font-family:  "Book Antiqua", georgia, palatino, serif;
}

img {
	/* turns off gaps around images */
	border:0
}

h1 {
	font-size:24px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:	12px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Book Antiqua", helvetica, arial, sans-serif;
	font-weight: /*bold*/;
	color: #600000;
	background-color: transparent;
	margin:	0px;
}
code, tt, pre {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color:#FFF5EE;
	background-color:#DAA520;
}