body {
background: #0066CC;
font-family: arial;
font-size: 1.0em;
color: #000000;
text-align: center;
}

a, a:active, a:visited {
color: #0000CC;
text-decoration: none;
}

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

h1 {
font-size:1.2em;
font-weight: bold;
}

h2 {
font-size: 1.1em;
font-weight: bold;
}

#wrapper {
width: 850px; 
background-color: #FFFFFF;
text-align: center; 
margin: auto; 
border: 8px solid #FF880E
}

.header {
font-size: .9em;
text-align: center;
padding: 10px;
border-bottom: 4px solid #FF880E;
}

.text_body {
text-align: justify;
padding: 10px;
}
td.align_r {
text-align: right;
}

.footer {
font-size: 0.8em;
text-align: center;
background-color: #E5E5E5; 
border-top: 1px solid #0066CC; 
padding: 10px;
}






