/* generic jammed.com CSS stuff
 * $Id: jammed.com.css,v 1.6 2003/12/31 04:55:37 jwa Exp $ 
 */

/* order of these matters [to mozilla, anyway] */

a:link
{
	background : transparent;
	color: #99FF00;
}

a:visited
{
	background : transparent;
	color: #009900;
}

a:hover 
{
	Color : #FFFFFF ;
	background-color : #008360 ;
	text-decoration : underline;
}

a:active
{
	background : transparent;
	color: #99FF00;
}

a
{
	text-decoration : none; 
}

code
{
	color : #ffffff;
	font-size : 1em;
	font-family: monospace;
}

pre
{
	color: #ffffff;
	font-size : 14px;
	font-family: monospace;
}

body
{
	background : #003366;
	color : #ffffff;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 14px; 
	margin: 5px;
	padding: 1px
}

/* 'color' attributes required for NS4, IE? */

big { color: #ffffff; font-size: 1.2em; }
small { color: #ffffff; font-size: .9em; }

ul
{
	margin: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	list-style: inside;
}

dd
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style: inside;
}


li { list-style-type : square; }

hr { color: #000000; background-color: #009900; height: 2px; }


