body {
	font-family : "Courier New", Courier, mono;
	color : #000000;
	background : #FFFFFF;
}

a:link {
	color : #FF0000;
	background-color: transparent;
}
a:active {
	color:	#FF0000;
	background-color: transparent;
}
a:hover	{
	color:	#FF0000;
	background-color: transparent;
}
div, p, th, td, li, dd, dl, dt {
	/* redundant selectors to help NS4 not forget */
    font-family:  georgia, "Book Antiqua", 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: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin:	0px;
}
code, tt, pre {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color:#FFF5EE;
	background-color:#DAA520;
}
