/*
** sabren.com main stylesheet
**
**
*/

body {
  width: 728px;
  margin:auto;
}


acronym { border-bottom: 1px dotted black; }



#sabren, #dotcom {
    font-family:courier new;
    font-size:x-large; 
    font-weight:bold;
}
#logobar, #footer { 
  background: #333; 
  padding: 5px;
  color:white;
}
#sabren { color: white}
#dotcom { color: gold }

body, td, th { 
     font-family: verdana, arial;
     font-size: 13px;
     font-style: normal;
     background: white; 
     color: black;
}

a {
     color: #36f;
     text-decoration: underline;
}


.navbar {
     font-family: verdana, arial; 
     font-style: normal;
     font-weight: bold;  
     color: #fff;
}


a.navbar {
     text-decoration:none;
     color: gold;
}

a.navbar:hover {
     color: #ffffff;
     background: #000;
}

.contact, .contact a {
     color: #000;
     background:#ccc;
     background:#fc0;
     background:#33ccff;
     text-decoration: none;
}

.content{
    color: #000;
    background: #ffffff;
}


pre.code  { 
    background : #ccF 
}




