body{ text-align: center; background: #d3d3d3;}
div{background: white }
.body_wrapper{
font-family: Verdana;
font-size: 12px;
text-align: left;
width: 80%;
border: 1px solid black;
margin: 0 auto;
}
.nav{
padding: 5px;
font-weight: bold;
text-align: center;
border-top: 1px solid black;
border-bottom: 1px solid black;
font-size: 11px;
background: #425590;
color: #E3F0FE;
}

a.hoho:link {color: #E3F0FE; text-decoration: none;}
a.hoho:visited {color: #E3F0FE; text-decoration: none;}
a.hoho:hover {color: #FFFFFF; text-decoration: none;}

a.incon:link {color: #21346F; text-decoration: none; font-weight: bold;}
a.incon:visited {color: #21346F; text-decoration: none;}
a.incon:hover {color: #21346F; text-decoration: none;}

a.incond:link {font-weight: bolder; color: #21346F; text-decoration: none; font-weight: bold;}
a.incond:visited {font-weight: bolder; color: #21346F; text-decoration: none;}
a.incond:hover {color: #21346F; text-decoration: none;}

a.incons:link {font-weight: bolder; color: #00134E; text-decoration: underline;  font-weight: bold;}
a.incons:visited {font-weight: bolder; color: #00134E; text-decoration: underline; }
a.incons:hover {color: #00134E; text-decoration: underline;}

.content{
padding: 10px;
}
p.header{
text-align: center;
color: #cc0000;
font-size: 18px;
text-transform: uppercase;
}
.small{
font-size: 11px;
}
.warn{
color: #cc0000;
}
