/* mystyles.css - Styles for the main site */
    h1 { color: #31b0b5; }
    h2, h3 { color: #226a6d; }
    h4 { color: maroon; }
    h1, h2, h3, h4 {font-family: Georgia, "Times New Roman", serif; }
    h1 { font-size: 18pt; }
    h2 { font-size: 16pt; }
    h3 { font-size: 14pt; }
    h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; }
    p { color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; }
    p:first-letter {color: #226a6d;font-size:x-large; font-family: Georgia, "Times New Roman", serif; }
    p.dropcap:first-letter { font-size: 3em; font-weight: bold; float: left; border: solid 1px #226a6d; padding: .1em; margin: .2em .2em 0 0; font-family: Georgia, "Times New Roman", serif; }
    i { color: maroon; font-family: Verdana, Arial, Helvetica, sans-serif; }
    big { color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; }
    li { color: red; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; }
    a { color: blue; font-family: Verdana, Arial, Helvetica, sans-serif; visited: purple; }
table.collapse {border-collapse: separate}
	.menu { color: blue; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; visited: red; }
	.bltitle { color: #30c0c5; font-family: Georgia, "Times New Roman", serif; font-size: 1.2em; font-weight: bold; }
	.login { color: blue; font-family: Verdana, Arial, Helvetica, sands-serif; font-size: 0.7em; visited: blue; text-align: right; }
	.ltable { font-family: Verdana, Arial, Helvetica, sands-serif; font-size: 1.0em; }
	.alert { font-family: Verdana, Arial, Helvetica, sands-serif; font-size: 1.0em; font-weight: bold; color: red; }
table:small;
{
  font-size: 65%
}
a:link 
{
  text-decoration: underline; 
  color: blue;
}

a:visited 
{
  text-decoration: underline; 
  color: blue;
}
a:active 
{
  text-decoration: underline; 
  color: red;
}
a:hover 
{
  text-decoration: none; 
  border: thick solid rgb(246,255,0);
  color: #fcfcfc;
  font-variant: small-caps;
  background-color: #0900bc; 
  font-weight: bold;
}

a.menu:link 
{
  text-decoration: none; 
  color: #374572;
  font-size: 85%
  font-weight: bold;
}

a.menu:visited 
{
  text-decoration: none; 
  color: #374572;
  font-size: 85%
  font-weight: bold;
}
a.menu:active 
{
  text-decoration: none; 
  color: red;
  font-size: 85%
}
a.menu:hover 
{
  text-decoration: none; 
  border: thick solid rgb(246,255,0);
  color: #fcff05;
  background-color: #9d063b; 
  font-size: 85%;
}

a.editlink:link
{
  text-decoration: underline; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 95%;
}

a.editlink:hover
{
  color: #222288;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: lighter;
  background-color:yellow; 
  text-decoration: none;
  font-size: 95%;
}

a.none
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: lighter;
  text-decoration: none;
}

.menuselect
{
border: thick solid rgb(0,0,255);
font-size: 105%;
font-variant: small-caps;
background-color: rgb(246,255,0);
}

