/* Print Connotations CSS */
body {
background: #fff;
font-family: Calibri, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
color: #000;
}
a img {
border: 0;
}
a:link {
color: #666;
}
a:visited {
color: #666;
}
a:hover, a:focus {
color: #666;
}
a:active {
color: #666;
}
div#wrap {
width: 100%;
margin: 10px;
background: transparent;
}
div#mast {
display: none;
}
ul#menu {
display: none;
}
div#content {
float: none;
width: 100%;
margin: 0;
}
div#content h2 {
margin-top: 30px;
font-family: Cambria, Georgia, Times New Roman, serif;
color: #333;
}
div#side {
display: none;
}
div.box {
display: none;
}
div#foot {
clear: both;
margin: 0;
background: transparent;
padding: 0;
font-size: 80%;
}
div.clear {
clear: both;
}
div.center {
text-align: center;
}