BODY
{
    font-family:Verdana;
    font-size:medium;
    background-image:url('nssback.jpg')
}
H1
{
    font-weight:bold;
    font-size:xx-large
}
H2
{
    text-align: center;
	 font-size: medium;
}
H3
{
	font-weight: bolder;
}
a
{
	text-decoration: none;
	color: Black;
}
a:hover
{
    color:DarkBlue;
}
a.standard
{
    color:DarkBlue;
	 text-align: center;
}
ul
{
    text-align:left;
    list-style-type:circle
}
hr
{
    width:500px;
	 height: 3px;
	 color: DarkGray;
}
table.menu
{
			font-weight:bold;
			border-color: Black;
			border-width: thin;
			background-image:url('light_gray_rock1.jpg');
			border-style: solid;
}
td
{
	     text-align: center;
		  border-style: solid;
		  border-width: thin;
			border-color: Gray;
			padding: 10px
}
td.sidemenu /* align left table cell */
{
			text-align: left;
			padding: 1px
}
td.buy
{
	width: 50px;
	height: 35px;
			padding: 10px;
}

