/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 15px;
	background-color: #000080;
}

A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}
.MainTableClass
{
	background-color: white;
}
.LeftTableClass
{
	background-color: #84BAFD;
}
.OuterTableClass
{
}
.ItemDetailsTitle
{
	color: red;
	font-weight: bolder;
}
.ReviewHeader
{
	background-color: #84BAFD;
	font-weight: bolder; 
	text-align: center;
}
.HowToHeading
{
	font-weight: bold;
	text-decoration: underline;
}

