﻿	
 html { font-size: calc(1em + 1vw); }
body {
      background-image: url("../images/blue-eagle.jpg");
      background-repeat:repeat;
  }


.style1 {
font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: white;
	font-style:italic;
	font-weight:bold;

   }

.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color: white;
	font-weight:bold;
	}


.style3 {
    font-family:"Times New Roman", Times, serif;
	font-size: 1.1em;
	color: white;
	
}
.style4 {
    font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: white;
	
}

.style6 {
	font-family: "Monotype Corsiva";
	font-size: 1.2em;
	color:white;
}



.tbl {
    background-image: url("../images/eagle.png");
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: center; 
    vertical-align:top;
}


A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover { font-weight:bold; font-size:larger }
	
 h1 { 
  display: block;
  font-size: 1.3em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:white;
}
h2{ 
  display: block;
  font-size: 1.1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:white;
}


