body {
/*  background-image: url("familyVermont.jpg");
  background-repeat: no-repeat;
  background-size: 100%; */
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: medium;
  color: black;
  margin: 0ex;
}
body.mainpage {
    font-size: large;
}
a:link { 
/*  font-weight: bold; */
  text-decoration: none;
  color: #990000;
  background-color: inherit;
}
a:visited { 
/*  font-weight: bold; */
  text-decoration: none;
  color: #995555;
  background-color: inherit;
}
a:active {
  border: 1px;
}
a:hover { 
  font-weight: 600;
  color: #cccc99;
  background-color: #aa5555;
}
em {
  font-style: italic;
  color : #cc7700;
}
h1 {
  color: #666633;
  font-size : larger;
}
h1.center {
  text-align: center;
}
br {
    line-height: 0px;
}
li {
	font-size : inherit;
        color : black;
        padding: 2px;
}
p {
  margin-top: 0.5ex;
  margin-bottom: 1ex;
  text-align: left;
}
ul {
  margin-top: 0.5ex;
  margin-bottom: 1ex;
}
.underline {
	text-decoration: underline;
}
img {
    background-color: transparent;
    width: 100%;
    height: auto;
}
img.withBorder {
  border: 2px solid #c60;
  padding: 4px;
}
img.smaller { background-color: transparent; width: 75% }
img.halfplus { background-color: transparent; width: 60% }
img.half { background-color: transparent; width: 45% }
img.third { background-color: transparent; width: 33% }
img.quarter { background-color: transparent; width: 22% }
img.sixth { background-color: transparent; width: 15% }
img.full { background-color: transparent; width: 100% }
table {
  padding: 0;
  border-style: hidden;
/*  margin: 1.5em 1.0em 0.5em 1.0em; */
}
table.inline {margin-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   margin-right: 0;
   padding: 0;
   display: inline-table;
   vertical-align: middle}
table.border {
  border-style: solid;
  border-width: 0.5px;
  border-spacing: 0px;
}
table.header {
    width: 100%;
    background-color: #660000;
    color: #cccc99;
    font-size: larger;
}
table.header a {
    color: #660000;
}  
table.footer {
    width: 100%;
    background-color: #cccc99;
    color: #660000;
    font-size: small;
    text-align: right;
}
table.header a {
    color: #cccc99;
}  
table.header td {
}  
td.garnet {
    background-color: #660000;
}
td.gold {
    background-color: #cccc99;
}
td {
  padding: 1px;
}
td.center {
  padding: 1px;
  text-align: center;
}
td.right {
  padding: 1px;
  text-align: right;
}
td.one {
  padding: 0ex;
  text-align: center;
  width: 1em;
}
table.border td,th {
  border-width: 0.5px;
  border-style: solid;
}
blockquote {
  font-style: italic;}
}
.smaller { font-size: smaller; line-height: 100%; }
.smaller p {padding-top: 0em; padding-bottom: 0em; margin-top: 0.5em; margin-bottom: 0.5em}
.verysmall {font-size: small; line-height: 100%; }

.red { color: red }
.Red { color: red; font-weight: bold;}
.blue { color: blue }
.Blue { color: blue; font-weight: bold;}
.green { color: green }
.Green { color: green; font-weight: bold;}
.orange { color: orange}
.Gold {color: #cccc99; font-weight: bold}
.gold {color: #cccc99}
.Garnet {color: #660000; font-weight: bold}
.garnet {color: #660000;}
.tentative {color: #00cc00; font-style: italic;}
iframe.seamless {border: none;}
.rotate90 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

