/* error text mostly with RED to make attention */	
.error {
	color: #FF0000;
	}
a.error:link, a.error:visited, a.error:hover {
	color: #990000;
	text-decoration: none;
	}

/* You can float image automatically to left or right */	
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 0px solid #666;
padding: 2px;
}
.floatleft
{
float: left;
margin: 0 0 10px 10px;
border: 0px solid #666;
padding: 2px;
}

/*code {
	font-family: Courier, mono;
	font-size: 10px;
	color: red;
}

.code  {
	font-family: Courier, mono;
	font-size: 10px;
	color: blue;
}*/

