/*	tagboard.css
*	------------
*	Stylesheet to make the tagboard look more archaic than it needs to
*/


/* Body Info */

body	{
/*	background: #002600 url('backdrop.gif') fixed;*/
	background: #002600;
	margin: 4px 4px 0px 4px;
	text-align: center;
	}

a:link	{
	color: #00FF00;
	text-decoration: underline;
	}

a:visited {
	color: #00FF00;
	text-decoration: underline;
	}

a:hover	{
	color: #00FF00;
	font-style: oblique;
	text-decoration: underline;
	}


/* Text */

p	{
	color: #00CC00;
	font: 12px Courier, Sans;
	margin: 2px 5px 2px 5px;
	text-align: left;
	}

.user	{
	color: #00FF00;
	font: small-caps 12px Arial, Helvetica;
	text-align: left;
	text-decoration: none;
	}

.comment {
	color: #00CC00;
	font: 12px courier;
	margin: 0px 0px 5px 0px;
	text-align: left;
	}