body {
  background:#88888a;
  margin:0;
  padding:0; color:#333;
  font-size: 15px; font-family: serif; word-wrap:break-word; }
  h1 {font-size: 28px;}
  h2 {font-size: 24px;}
  h3 {font-size: 14px;}
  h4 {font-size: 14px;}
  h5 {font-size: 12px;}
  h6 {font-size: 10px;}
  a {
  color:#296ea2; 
  text-decoration: none;
}

  a:hover {
  text-decoration:none;
  font-weight:bold;
}
  a.no-link, a.no-link:hover {color:#ddccff; text-decoration: none;
}

#header {
  margin:0; 
  padding:0;
  border-bottom:1px solid #c5c5c5;
  background: #461B7E; font-weight: bold; 
}
#header img { width:200px; height:80px; }

#header .heading {
  font-size: 24px; 
  margin: 0; 
  padding:6px; 
  text-decoration: none; text-transform:uppercase; text-align:left; 
}

#header .heading a {
  text-decoration: none; 
  color:#74b3d2;text-shadow:0 1px 0 #0b4d6d
}
/* #header .heading a:before {content:url(/simple/logo.png); float:left; margin-right:6px;
} */
#header .description {
  color:#ddccff; 
  margin: 0px;
  font-size: 10px; 
  padding:2px; text-align:right; font-weight:bold; 
}

#navigation {
width:100%; margin:0px; padding:5; 
  color: #461B7E; 
  border:none; text-align:center; 
 }

#navigation span {
  margin:1px;
  padding:5; 
  font-size: 12px;text-align:center; 
  font-weight: bold;border:1px solid #242b23;
  display:inline-block;width:28%; background:#b3b1b4; 
} 
#navigation span+span {background:#b3b1b4; }

