body
{
	background-color: #333333;
	width: 800px;
	margin: auto;
	text-align: justify;
	color: #CCCCCC;
}

th
{
	color: white;
	text-decoration: underline;
}

input, select
{
	background-color: #353535;
	border-style: solid;
	border-color: #CCCCCC;
	color: #E73724;
	font-weight: bold;
	text-decoration: none;
}

img
{
	border: none;
}

.succes
{
	color: #00FF00; /*#9bc0da; */
	font-weight: bold; 
}

ul.error li
{
	list-style-image: url("error.gif");
}
.error
{
	color: red; 
	font-weight: bold; 
}

.comment
{
	font-style: italic;
	text-align: right;
}

.bold
{
	font-weight: bold;
	margin-right: 5px;
}
.italic
{
	font-style: italic;
}

div.float
{
	float: left;
	margin-right: 10px;
}

.spacer
{
	clear: both;
}
.center
{
	text-align: center;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	width: 100%;
}
.margin_auto
{
	margin: auto;
	border-color: yellow;
	border-width: 2px;
	border-style: solid;
}
ul
{
	margin-top: 0 ;
	margin-bottom: 0 ;
	list-style-type: none ;
}

a{ 
	color: #E73724; 
  text-decoration : none ; 
  font-weight: normal;
	font-style: normal;
}

a:link { 
  color: #E73724; 
  text-decoration : none ; 
}
 
a:visited { 
  color: #E73724; 
  font-style : normal ; 
  text-decoration : none ; 
}
 
a:hover { 
  color: #E73724; 
  text-decoration : underline ; 
}

.info {
  color: green;
  font-size: 1.2em;
  font-style: italic;
}
