/* CSS Document */
body
{
  background: #2F3239;
  font-family: Arial;
	font-size: 8px;
	text-align: left;
	color: #000000;
	margin: 10px;
}

.text
{
  font-family : Arial;
  font-size : 12px;
  color : #CCCCCC;
}

.last_update
{
  font-family : Arial;
  font-size : 10px;
  font-style : bold;
  color : #CCCCCC;
  text-indent : 10px;
}

.foot
{
  font-family : Arial;
  font-size : 12px;
  color : #C0C0C0;
}

a:link 
{
  text-decoration: none; 
  color: #FFFFFF;
}

a:visited 
{
  text-decoration: none; 
  color: #F1F1F1;
}

a:hover 
{
  text-decoration: underline; 
  color: #CCCCCC;
}
