BODY	{
	background-image : url(images/bkg2.jpg);
	background-color : #003300;
	background-repeat : no-repeat;
	font-family : verdana, helevetica, san-serif;
	color : white;
	margin : 0

}


/*regular ole paragraphs*/
p	{
	color : white;
	font-size : 12px;
	line-height : 1.5;
	padding : 0 15
}

form {
	padding : 0 15px
}

/*whats new*/
P.whatsnew	{
	color : #003300;
	font-size : 12px;
	line-height : 1.5;
	padding : 0 3 3 6;

}


/*tables*/
td.body	{
	color : white;
	font-size : 12px;
	line-height : 1.5;
	padding : 0 15;
	border : 1px white solid
}

td	{
	color : white;
	font-size : 12px;
	line-height : 1.5;
	padding : 0 15
	}


/*these are the section heads */
H1	{
	color : white;
	font-size : 30px;
	font-family : century schoolbook, times new roman, serif;
	text-align : center;
	margin : 5px;
	padding: 15px 90px;
}

/*subheads */
H3	{
	color : white;
	font-size : 15px;
	font-family : verdana, helevetica, san-serif;
	line-height : 20px;
	text-align : center
}


/*linkorama*/
a  { color: white;
	text-decoration: none;
	font-weight : bold;
	font-size : 11px
	}

a:hover { color: #66CC66;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11px
	}

/*linkorama whats new*/
a.whatsnew  { color: #003300;
	text-decoration: underline;
	font-weight : normal;
	font-size : 11px
	}

a.whatsnew:hover { color: white;
	text-decoration: underline;
	font-weight : normal;
	font-size : 11px
	}


/*legal */
P.super	{
	color : white;
	font-size : 9px;
	line-height : 1.5;
	text-align : center
}

/*prices*/
B.prices	{
	color : #FF9900;
	font-size : 12px;
	line-height : 1.5;
}

/*list items*/
li	{
	color : white;
	font-size : 12px;
	line-height : 1.5;
	padding : 0 15
}

form	{
	color : white;
	font-size : 12px;
	line-height : 1.5;
	padding : 0 15
}