/* CSS Document */

body { 
  font-family : "Times New Roman", "Arial";
  color:#000066;
  background: #ffcc01;
  margin: 0 0 0 0;
} 

p {
   font-size: 14px;
   color: #000066;
   line-height: 1.2;
   margin: 10px;
}

.test {
  font-family : "Times New Roman", "Arial";
  font-size: 15px;
  text-align: left;
}

.fletter {
  font-family : "Times New Roman", "Arial";
  font-size: 18px;
  text-align: left;
  color: #008080;
}

.nav {
  font-family : "Arial";
  text-align: center;
  font-size: 12px;
  display: block;
}

.adjust {
	font-size: 14px;
	color: #000066;
	line-height: 1.2;
	position:relative; 
	left:50px;
}

.add {
  font-size: 18px;
  color: #000066;
  font-weight: bold;
}

.strong {
  font-size: 18px;
  color: #000066;
  font-weight: bold;
}

.table2 {
   font-size: 12px;
   color: #000066;
   line-height: 1.2;
}

.table {
   font-size: 14px;
   color: #000066;
   line-height: 1.2;
}

.h1 {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #008080;
}

.h2 {
  font-size: 18px;
  color: #000066;
  font-weight: bold;
  font-style: italic;
}

.h4 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #008080;
  margin: 15px;
}

.h5 {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #008080;
  position:relative; left:50px;
}
.h6 {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #008080;
  text-align: center;
}

.first {
   font-size: 16px;
   color: #000066;
   font-weight: bold;
}

li {
  list-style-type: disc;
  color: #000066;
}

.large {
   font-size: 18px;
   color: #000066;
   font-weight: bold;
}

.cday {
   font-size: 16px;
   color: #000066;
   font-weight: bold;
}

.footer {
  font-size: 11px;
  text-align: center;
  display: block;
}

.email {
  font-family : "Arial";
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #008080;
}

a:link { 
  color: #008080;
}

 a:hover { 
  color: red;
}

a:active { 
  color: #008080;
} 

a:visited { 
  color: #008080;
} 

.bottom {
  background-color: #ffcc01;
}
