body {
    background-color: #EEEEEE;
}

a {
    color: black;
    font-weight: normal;
    text-decoration: underline;
}
a:link {
    color: #333333;
    text-decoration: underline;
}
a:visited {
    color: #333333;
    text-decoration: underline;
}

a:active {
    color: #0000FF;
    text-decoration: underline;
}

a:hover {
    color: #FF0033;
    text-decoration: underline;
}

.header_page{
	font-size: larger;
	font-weight: bold;
}
.header_box{
	color: #000000;
	font-size: small;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
}

.body_box{
	color: #000000;
	font-size: small;
	font-weight: normal;
	text-align: left;
	background-color: #FFFFFF;
}

.footer_box{
	color: #000000;
	font-size: small;
	font-weight: normal;
       font-style: italic;
	text-align: right;
	background-color: #FFFFFF;
}

.form_registration{
	color: #000000;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

.form_registration_error{
	color: #FF0000;
	font-weight: normal;
	text-align: left;
}

.form_registration_ok{
	color: #33CC33;
	font-weight: normal;
	text-align: left;
}

.form_login{
	color: #000000;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

.form_forgot_password{
	color: #000000;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

.form_change_password{
	color: #000000;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

