/*TISBURY HISTORY STYLE SHEET*/

<style type="text/css">
{
}



body {
  background : #ADD8E6;
  color : #00CCCC;
  margin-left: 20px;
  margin-top: 20px;
  padding-left: px;
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
}

.banner {
  height: 60px;
  width: 500px;
}



.head1 {
font-weight : bold;
font-size : 18pt;
font-family : Arial;
text-align : left;
vertical-align : middle;
color : #000080;}

.head2 {
font-weight : bold;
font-size : 10pt;
font-family : Arial;
text-align : left;
vertical-align : middle;
color : #000080;}

.head2c{
font-weight : bold;
font-size : 10pt;
font-family : Arial;
text-align : center;
vertical-align : middle;
color : #000080;}

.head3 {
font-weight : bold;
font-size : 8pt;
font-family : Arial;
text-align : left;
vertical-align : middle;
color : #000080;}

.medium {
font-weight : normal;
font-size : 12pt;
font-family : Arial;
text-align : left;
vertical-align : top;
color : #000080;}

.mediumb{
font-weight : bold;
font-size : 12pt;
font-family : Arial;
text-align : left;
vertical-align : top;
color : #000080;}

.small {
font-weight : bold;
font-size : 8pt;
font-family : Arial;
text-align : left;
vertical-align : top;
color : #000080;}

.smalll {
font-weight : normal;
font-size : 10pt;
font-family : Arial;
text-align : left;
vertical-align : top;
color : #000080;}

.smallc {
font-weight : normal;
font-size : 10pt;
font-family : Arial;
text-align : center;
vertical-align : top;
color : #000080;}

.smallj {
font-weight : normal;
font-size : 10pt;
font-family : Arial;
text-align : justify;
vertical-align : top;
color : #000080;}

.smalljred {
font-weight : bold;
font-size : 10pt;
font-family : Arial;
text-align : justify;
vertical-align : top;
color : red;}

.smallr {
font-weight : normal;
font-size : 10pt;
font-family : Arial;
text-align : right;
vertical-align : top;
color : #000080;}



.wardour {
font-weight : bold;
font-size : 7pt;
font-family : Arial;
text-align : center;
vertical-align : middle;
color: #000080;
}



                              /* the link color is set to */

a:link {
  text-decoration: underline;  
  border: none;
  color: #000080;
}

a:visited {
  text-decoration: underline;
  border: none;
  color: #000080;
}

a:hover {
 text-decoration: underline;  
 border: none;
 padding: none; 
 color: red;
}

a:active {
  text-decoration: underline;  
  border: none;
  color: #000080;
}


/* List links - Vertical  */


ul#nav {
  border: none;  
  margin-top: 60px;  
  margin-left: 0px
  margin-right: 50px;
  margin: 5px;  
  padding: 0;
  list-style-type: none;
} 


ul#nav li a {
  border: none;
  margin: 5px;
  padding: 5px 5px;
  vertical-align: middle;
  text-decoration: none;
  width: 110px;
  height: 25px; 
  background-image:  url(button.gif);    /* To enable a button instead of just a background color */
  font-size: 10pt;   
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #A52A2A;
}

ul#nav li a:hover {
  border: none;
  margin: 5px;
  padding: 5px 5px;
  vertical-align: middle;
  text-decoration: none;
  width: 110px;
  height: 25px; 
  background-image:  url(button.gif);    /* To enable a button instead of just a background color */
  font-size: 10pt;   
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #000080;
}


</style>













