body
{
  font-family: verdana;
  font-size: 11px;
}

.main
{
  text-align: center;
}

.table
{
  width: 750px;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto;
  background-color: #F0F0F0;
}

.cell
{
  background-color: #7096BC;
  width: 50%;
}

.logo
{
  width: 750px;
  height: 150px;
  background: url('logo.jpg') no-repeat top left;
}

.category
{
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
}

.category:hover
{
  text-decoration: underline;
}

.title
{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.pages
{
  font-size: 10px;
}

.pages a
{
  text-decoration: none;
}

.pages a:hover
{
  text-decoration: underline;
}

.back
{
  text-decoration: none;
  font-size: 10px;
}

.back:hover
{
  text-decoration: underline;
}

.title2
{
  font-weight: bold;
  color: red;
  text-align: left;
}

.title2 a
{
  text-decoration: none;
  color: #356496;
}

.title2 a:hover
{
  text-decoration: underline;
}

.description1
{
  text-align: left;
}

.url1
{
  font-size: 10px;
  color: #555555;
  text-align: left;
}

.title3
{
  font-weight: bold;
  font-size: 14px;
  color: red;
}

.title3 a
{
  text-decoration: none;
  color: #356496;
}

.title3 a:hover
{
  text-decoration: underline;
}

.description2
{
  text-align: left;
}

