body {
margin : 0;
padding : 0;
width : 100%;
text-align : center;
color : rgb(0, 0, 102);
font-weight : normal;
}
#container {
width : 100%;
}
div {
border : 0 solid #000;
}
#er {
width : 100%;
float : left;
}
#er a:link {
color : blue;
}
a {
text-decoration : underline;
}
#er a:hover {
padding : 1em;
color : white;
font-size : 0.9em;
font-weight : bold;
background : gray;
}
#sr {
width : 100%;
float : left;
}
#sr a:link {
color : blue;
}
a {
text-decoration : none;
font-size : 0.9em;
font-weight : bold;
}
#sr a:hover {
font-weight : bold;
color : #9e0016;
background : yellow;
}
#afts {
width : 100%;
float : left;
}
#afts a:link {
color : blue;
}
a {
text-decoration : none;
font-size : 0.9em;
font-weight : bold;
}
#afts a:hover {
font-weight : bold;
color : #33ff33;
background : #333333;
}
#footer {
width : 100%;
float : left;
text-align : center;
color : rgb(0, 0, 102);
font-size : 0.7em;
}



