a:link,a:visited{text-decoration:underline}
.title 
{
	width:100%;
	height:30px;
	font-family:Comic Sans MS;
	font-size:medium;
	font-weight:bold;
	color:White;
	background-color:Maroon;
	text-align:center;
}
.forum {
	overflow: auto;
	height: 530px;
}
.item
{
	background-color:#333333;
	font-size:small;
	font-family:Arial;
	font-weight:medium;
	color:white;
}
.cost
{
	background-color:#DDDDDD;
	font-size:smaller;
	font-family:Arial;
	font-weight:normal;
	color:Navy;
}
.desc
{
	background-color:#CCCCCC;
	font-family:Georgia;
	font-size:small;
	font-weight:normal;
	color:Black;
}
.comments
{
	background-color:#DDDDDD;
	font-family:Georgia;
	font-size:small;
	font-weight:normal;
	color:Black;
}
.button
{
	margin-left:50;
}
.table
{
	margin-left:10;
}
.top
{
	margin-bottom:10;
}
