

p{font-family: Arial; font-size: 12px; font-style: normal; text-align: justify;}  

a:link {color: #0000ff; font-family: Arial, Verdana; font-size: 12px}
a:visited {color: #ff00ff; font-family: Arial, Verdana; font-size: 12px}
a:hover {color: #000000; font-family: Arial, Verdana; font-size: 12px}
a:active {color: #0000ff; font-family: Arial, Verdana; font-size: 12px}

h1 {font-family: Arial; font-weight: 700;}
h2 {font-family: Arial; font-weight: 700;}
h3 {font-family: Arial; font-weight: 700;}
h4 {font-family: Arial; font-weight: 700;}
h5 {font-family: Arial; font-weight: 700;}
h6 {font-family: Arial; font-weight: 700;}  
  
.table1{font-family: Arial; font-size: 14px; color: #000000;}
.buoys{font-family: Arial; font-size: 12px; font-style: normal; text-align: left;}
.esa{font-family: Arial; font-size: 12px; font-style: normal; text-align: left;}
.esa2{font-family: Arial; font-size: 12px; font-style: normal; text-align: center;} 
.esah1{font-family: Arial; font-size: 16px; font-style: normal; text-align: center; font-weight: 700;}      


/*
The section below is for the weather warning message. The text size, color, and weight
must be set in the rss-top-warning.php script in order to over come the a.link setting at the top of this css list.
*/
.advisoryBox {
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #FFFF85;       
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
.watchBox {
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #ffff00;      
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
.warningBox {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #ff0000;         
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(255,255,255);
}
.tornadowarningBox {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #CC0000;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(255,255,255);
}