body 
{
	background-color: #271E1F;
	margin 5px;
	font-family : "Arial", "Helvetica", Serif;
	font-size : 12px;
	color: #46453E;
}

.content
{
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif;
	color : #000000;
	font-weight: normal;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left 200px;
	background-color: #FFFFFF;
}

A.content:visited {color : #46453E; font-size : 12px; text-decoration: none;}
A.content:link {color : #46453E; font-size : 12px; text-decoration: none;}
A.content:active {color : #46453E; font-size : 12px; text-decoration: none;}
A.content:hover {color : #CC3300; font-size : 12px; text-decoration: none;}

.editContent
{
  border-style: solid; 
  border-color: black;
  color: #003466;
  font-size : 12px;
  font-family : "Arial", "Helvetica", Serif; 
  background-color : #CFDAEC;
  font-weight: normal;  
  cursor: hand; 
  border-width: 1px;
  text-align: left;
}
