.cell
{
border :solid 2px #811001;
background: #DFDFDE;
text-align: center;
padding: 10px;
}

.comment
{
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;  
border :solid 2px #811001;
background: #DFDFDE;
text-align:justify;
padding: 3px;
}

textarea
{
  width: 100%;
  height: 100px;
  border: solid 1px #811001;
  background: #eFeFef;
}

input
{
  border: solid 1px #811001;
  background: #eFeFef;
}

.title
{
  color: #811001;
  font-size: 18px;
  text-align: center;
  font-family: Arial Black, Arial;
  letter-spacing: 2px;
}

a
{
 text-decoration:none;
 font-weight: bold;
 color: #292929;
 font-family: Arial;
}
a:hover
{
  text-decoration: underline;
}

a.act
{
	background: #811001;
	color: #ffffff;
}
a.act:hover
{
	text-decoration:none;
}

a.pages
{
	color: #811001;
}
a.pages:hover
{
	text-decoration:none;
}

.menu
{
  background: #a3a3a3;
  border-bottom: black solid 1px;
}

.text.
{
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
}

