body
{	
     	background-color: #444444;
        background-image: url(bg.gif);
	background-repeat: repeat;
      /* background-attachment: fixed; - broken for FireFox ... */

}

body, div, p, A, blockquote, ol, ul, dl, li, dt, dd, td, h1, h2, h3
{
	/*color: yellow;*/ 
	color: gray; 
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 10pt;
}

A:link
{
	color: lime;
}

A:visited
{
	color: magenta;
}

table
{
	font-size: small;
	/* border and bordercolor not supported on Netscape 4.x */
}


span.time
{
	font-family: "Lucida Console", Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: lime;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}

sold
{
	color: red;
	font-size: xx-large;
	font-weight: bold;
	text-align: left;
}

h1
{
	/*color: Cyan;*/
	color: Gray;
	font-size: xx-large;
	font-weight: bold;
	text-align: left;
}

h2
{
	/*color: Cyan;*/
	color: Gray;
	font-size: x-large;
	font-weight: bold;
	text-align: left;
}


h3
{
	/*color: Cyan;*/
	color: Gray;
	font-size: large;
	font-weight: bold;
	text-align: left;
}

h4
{
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

.note
{
        color: white;
        font-size: smaller;
        font-style: italic;
        text-align: right;
}

.uc
{
	color: red;
	font-size: large;
	font-style: italic;
	text-align: left;
}

.info_tag
{
	color: red;
	font-style: italic;
}

.reference
{
        color:#C0C0C0;
        font-style: italic;
}

.no_script
{
	color: red;
	font-size: large;
	font-style: italic;
	text-align: center;
}

