BODY{ background-color: #CCDDFF; }

DIV.title{
background-color: #001E33;
border: 1px solid #001720;
text-align: center;
}
DIV.title SPAN{
font-family: Arial, sans-serif;
font-size: 14pt;
font-weight: bold;
color: white;
}


DIV.content{ 
background-color: #204B8B;
border: 1px solid #001720;
}
DIV.content SPAN{
font-family: Arial, sans-serif;
font-size: 12pt;
color: white;
}
DIV.content SPAN P{
margin-left: 5px;
margin-right: 5px;
}

DIV.navigation{
background-color: #000022;
border: 1px solid #001720;
text-align: center;
}
DIV.navigation SPAN{
font-family: Arial, sans-serif;
font-size: 12pt;
color: white;
}
DIV.navigation SPAN A{
text-decoration: none;
color: white;
}

DIV.testimonial{
margin-left: auto;
margin-right: auto;
background-color: #001720;
width: 70%;
}
DIV.testimonialtop{
margin-left: auto;
margin-right: auto;
background-color: #001E33;
width: 70%
}

TABLE.window{
width: 80%;
margin-left: auto; 
margin-right: auto;
}



