body {
padding:0px;
margin:0px;	
}

.header {
    border-style : solid;
    border-width : 0px 0px 1px 0px;
    border-color : black;
    font-size : 11px;
    font-family : arial;
    color : green;
    background : white;
    padding: 2px 5px 3px 5px;
	margin-left:auto;
	margin-right:auto;
    height: 12px;
	text-align:center;
}

.status a {
	color:green;
}

.navigation {
    float:left;
}

.status{
	float:right;
}

.error {
	display:inline-block;
	color:red;
	background-color:#FFC0CB;
	width:30%;
	border:solid 1px red;
	margin-top:-1px;
	height:1.2em;
}

a.menu {
    font-weight : normal;
    text-decoration : none;
    color : black;
}

a.menu:hover {
    text-decoration : underline;
}

a.action {
    font-weight : normal;
    text-decoration : none;
    color : red;
}