body {
background: #404347;
font-family: Verdana, Arial, Helvetica, sans-serif;
font: 16px Calibri; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%;
color: #dd6900;
margin: 4px;
}

h1, p{
	text-decoration:none;
	font: 16px Calibri; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%;
}
a
{
	COLOR:#dd6900;
	text-decoration:none;
	font: 16px Calibri;
}

a:hover{
	text-decoration:underline;
	COLOR:#dd6900;
}


.message-box { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; }
.message-box-small { text-align: center; padding: 5px; color:#545454; margin:5px auto; }

.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; }
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; }
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; }
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; }
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }
.green { background-color: #cdffd1; border-top: 2px solid #0ce10c; border-bottom: 2px solid #0ce10c; }