body {
background: #CCCCCC;
color: #FFFFFF;
font-family: arial, sans-serif;
font-size: 10pt;
text-align: justify;
}

a:link {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:active {
color: #CCCCCC;
}

a:hover {
color: #FF0099;
text-decoration: none;
font-weight: bold;
}

.box {
width: 88%;
position: relative;
left: 6%;
border: #FF0099 solid 2px;
padding: 10px;
text-align: justify;
}

#title {
color: #669999;
font-size: 14pt;
font-weight: bold;
text-align: center;
}

#subtitle {
font-size: 10pt;
font-weight: bold;
text-align: center;
}

#navigation {
font weight: bold;
text-align: center;
}

.frame {
width: 60%;
position: relative;
left: 20%;
border: #FF0099 solid 3px;
padding: 10px;
text-align: justify;
background: #FF9900;
}

.takeaway {
width: 70%;
position: relative;
left: 15%;
border: #000000 solid 3px;
padding: 10px;
text-align: justify;
background: #CC0000;
}



