/* ===================================================
     stylesheet for Suncook Valley Repair
     http://svarepair.com/
   =================================================== */

/* ------------------------------------
     print styles
   ------------------------------------ */


#siteMenu {
  display: none;
}

body {
  color: black;
  background: white;
  margin: auto;
  font-family: serif;
}

H1, H2, H3, H4 {
  font-family: sans-serif;
}

H1 {
  text-align: center;
  font-size: 150%;
}

H2 {
  font-size: 130%;
}

H3 {
  font-size: 120%;
}

a:link {
  color: #000066;
  background: #fff;
  text-decoration: none;
 }

a:visited {
  color: #330066;
  background: #fff;
}

a[href|=http]:after, a[href|=news]:after, a[href|=ftp]:after {
  content: "[" attr(href) "]";
  font-size: 90%;
  font-family: Monospace;
}

abbr, acronym {
  border-bottom: none;
}

.printNone {
  display: none;
}

.entry .lowLight {
  color: black;
  background-color: #9ee;
  border: 1px dashed black;
}

.entry .lowLight H3 {
  color: black;
  background-color: #9ee;
}

