/* stylesheet for sql-ledger */

/* general stuff */
A:link { color: #000080; text-decoration: underline; }
A:visited { color: #000080; text-decoration: underline; }
A:active { color: #000080; text-decoration: underline; }
A:hover { color: white;
          background-color: rgb(187,187,187);
	  text-decoration: none;
}

body {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    background-color: #fefefe;
    color: black
}

td {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    background-color: #fefefe;
    color: black
}

h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 18px;
  font-weight: bold;
}

h4 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
  font-weight: bold;
}

pre {
  font-size: 12px;
}


td.menu {
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
}

td.about {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
}

ol.about {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
}

td.main {
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
}

p.whitetext {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    color: white;
}

.tabledivide {
  background-color: #2f4f4f;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px; 
  font-weight: bold;
  color: white;
  text-align: center;
}

.lefttable {
}

.verticaldivide {
}

.horizontaldivide {
  background-color: maroon;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.title {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

.address {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
}

/* media stuff */
@media screen {
    .noscreen {   /* items with this class won't display */
        display: none;
    }
}

@media print {
    .noprint {   /* items with this class won't print */
        display: none;
    }
}
