body {
  background-color: #F0F8FF;   <!-- #1E90FF; -->
  font-family: Arial, Verdana, sans-serif;
  font-size: 12pt;
  color: #00008B;
}

table {
  font-size: 12pt;
}

a:link {
  text-decoration: underline;
}
  
a:visited {
  text-decoration: underline;
}

a:hover {
  color: #009400;
  text-decoration: underline;
}

h1 {font-size: 36pt;}
h2 {font-size: 24pt;}
h3 {font-size: 15pt;}
h4 {font-size: 12pt;}

.border{
  background-color: #33CCFF;
  color: #00008B;
}

.border a:link {
color: #00008B;
text-decoration: none;
}

.border a:visited {
color: #00008B;
text-decoration: none;
}

.border a:hover {
color: #FFFFF0;
text-decoration: none;
}

.footer{
  font-size: 9pt
}

.randquote{
  font-size: 10pt
}

.maininfo{
  background-color: #F0F8FF;
  color: #00008B;
} 

.ourhead{
  font-size: 15pt;
  font-weight: bold;
}






































