#menu
{
	border: 0px solid Black;
}

#menu TD
{
	text-align: center;
	color: #FDF863;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 52%;
	border: 0px solid Black;
}

#menu A
{
	color: #FDF863;
	text-decoration: none;
}

#menu A:hover
{
	text-decoration: underline;
}

BODY
{
	font-family: Verdana;}
TD, TH
{
	font-size: 80%;
	color: #4A4A56;

P
{
	text-indent: 15px;
	margin-bottom : 0px;
	margin-top : 0px;
	
}
.error {
	font: bold 8pt Tahoma;
	color: red;
}

LI
{
		margin-bottom : 5px;
}

table.goods {
	border: solid 1px #0099cc;
}
th.goods {
	border: solid 1px #0099cc;
	color: #0099cc;
}
td.goods {
	border: solid 1px #0099cc;
}


h2, h1
{
font-size: 100%;
margin: 0px;
}

A
{
font-weight: bold;
color: #9B3812;
text-decoration: none;
}

A:hover
{
color: #B84315;
text-decoration: underline;
}

A#link
{
color: #605F5D;
text-decoration: none;
}

A#link:hover
{
color: Red;
}


