* { 
margin: 0;
padding: 0;
}

body {
font-family:arial,helvetica,verdana,sans-serif;
background:#f6f6f6;
}

a {
color: #08658F;
}

a:hover {
color: #0092BF;
}

#content {
font-size:100%;
width:auto;
margin:0px auto 0px auto;
padding:0;
text-align:center;
border:#d7d7cb 0px solid;
background:#fff;
}

#content p {
font-size: .70em;
padding: .33em 0;
}

p {
text-align: center;
padding: 0;
}

h1 {
font-size:140%;
color:#2E0854;
}

h2 {
font-size:90%; 
text-align:center;
text-decoration:none;
color:#7171C6;
}

h3 {
font-size:60%;
text-align:center;
text-decoration:none;
}

h4 {
font-size:80%;
font-weight:normal;
text-decoration:none;
}

h5 {
font-size:140%;
text-align:center;
}

h6 {
font-size:100%;
text-align:center;
font-weight:normal;
text-decoration:none;
padding:3%;
}

.modernbricksmenu{
margin: 0px auto 30px auto;
padding: 0;
width: 850px;
border-top: 5px solid #7171C6; /*Purple color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Purple color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu a:hover{
background-color: #7171C6; /*Purple color theme*/ 
color: white;
}

.modernbricksmenu a.selected{ /*currently selected tab*/
background-color: #7171C6; /*Purple color theme*/ 
color: white;
border-color: #7171C6; /*Purple color theme*/ 
}

.tabcontent{
display:none;
padding:2%;
}

@media print {
.tabcontent {
display:block !important;
}

.adcontent{
display:none;
padding:0%;
}

@media print {
.adcontent {
display:block !important;
}

}
