A
{
	color: Blue;
	text-decoration: none;
	font-size: 14px;
}

A.adver
{
	color: Blue;
	text-decoration: none;
	font-size: 11px;
}

A:hover
{
	color: Blue;
	text-decoration: underline;
	border-right: #ffcc88 1px solid;
	border-top: #ffcc88 1px solid;
	border-left: #ffcc88 1px solid;
	border-bottom: #ffcc88 1px solid;
	background-color: #ffcc33;
}

h1.title
{
	font-size: x-large;
}

h2.subtitle
{
	font-size: medium;
}

table.menu
{
	text-align: center;
}

td.menutitle
{
	background-color:#ffcc33;
}

td.topfive
{
	background-color:#ffff99;
}

td.menudetail
{
	background-color:#ffff99;
}

table.itemlist
{
	text-align: center;
	border-right: #ffcc33 1px solid;
	border-top: #ffcc33 1px solid;
	border-left: #ffcc33 1px solid;
	border-bottom: #ffcc33 1px solid;
}

td.itemtitle
{
	font-size: large;
	background-color: #ffcc33;
}

td.commenttitle
{
	font-size: medium;
	font-weight:700;
	text-align:left;
	background-color: #ffcc33;
}

A.itemtitle
{
	font-size: large;
	background-color: #ffcc33;
}

A.commenttitle
{
	font-size: medium;
	font-weight:700;
	text-align:left;
	background-color: #ffcc33;
}

A.topfive
{
	font-size: x-small;
	background-color:#ffff99;
}
