/* CSS Document */

body { 
  font-family : "Times New Roman", "Arial";
  color:#000066;
  background: white;
} 

p {
   font-size: 14px;
   color: #000066;
   line-height: 1.2;
   margin: 10px;
}

.time {
  font-family : "Arial";
  font-size: 13px;
  display: block;
}

.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;
}

.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: 18px;
  font-weight: bold;
  font-style: italic;
  color: #008080;
  position:relative; left:50px;
}

h6 {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: #008080;
  position: 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;
}

.month {
   font-size: 36px;
   color: #000066;
   font-weight: bold;
}

.cday {
   font-size: 16px;
   color: #000066;
   font-weight: bold;
}

.time {
   font-size: 14px;
   color: #000066;
   font-weight: bold;
}

.footer {
  font-size: 11px;
  text-align: center;
  display: block;
}

a:link { 
  color: blue;
}

 a:hover { 
  color: red;
}

a:active { 
  color: blue;
} 

a:visited { 
color: #008080;
} 
