/*  Hurricane Web Site Style Sheet*/
BODY { 
  background: White ;
}
.Title { 
  font-family: helvetica, arial, sans-serif ;
  font-weight: bold ;
  font-size: large;
  color: Red ;
}
.StormTitle { 
  font-family: helvetica, arial, sans-serif ;
  font-weight: bold ;
  font-size: large;
  color: Green ;
}
.SmallTitle { 
  font-family: helvetica, arial, sans-serif ;
  font-weight: bold ;
  color: Red ;
}
.SmallLink { 
  font-family: helvetica, arial, sans-serif ;
  font-weight: normal;
  font-size: smaller ;
  color: Blue; 
}
.Description { 
  font-family: helvetica, arial, sans-serif ;
  font-weight: normal;
  font-size: smaller ;
  color: Black ; 
}
.Legal { 
  font-family: helvetica, arial, sans-serif ;
  font-weight: normal;
  font-size: 50% ;
  color: Black ; 
}
A:link {
  font-family: helvetica, arial, sans-serif ;
  font-weight: normal ;
  font-size: normal ;
  color: Blue ;
  text-decoration: underline;
}
A:visited {
  font-family: helvetica, arial, sans-serif ;
  font-weight: normal ;
  font-size: normal ;
  color: Blue ;
  text-decoration: underline;
}
A:hover {
  font-family: helvetica, arial, sans-serif ;
  font-weight: normal ;
  font-size: normal ;
  color: #000099;
  text-decoration: none;
}
A:active {
  font-family: helvetica, arial, sans-serif ;
  font-weight: normal ;
  font-size: normal ;
  text-decoration: none;
  color: Red;
}

