@font-face {
    font-family: Bigblue; 
    src: url("bigblue.ttf")  format('truetype');
         url("bigblue.woff") format('woff');
}
h1       {text-decoration: none; font-family: 20px Bigblue; color: white; font-weight: bold;letter-spacing: 2pt}
h2       {text-decoration: none; font-family: 20px Bigblue; color: white; font-weight: bold;letter-spacing: 1pt}
h3       {text-decoration: none; font-family: 20px Bigblue; color: white; font-weight: normal}
h4       {text-decoration: underline; font-family: 18px Bigblue; color: white; font-weight: normal }
table        {text-decoration: none; font-family: 18px Bigblue; color: white; font-weight: normal}
body        {text-decoration: none; font-family: 18px Bigblue; color: white; font-weight: normal}
p        {text-decoration: none; font-family: 18px BigBlue; color: white; font-weight: normal}
p        {text-decoration: none; font: 18px BigBlue; color: white; font-weight: normal}
a        {text-decoration: none; font-family: 18px Bigblue; color: lightgreen;font-weight: normal}
a:link   {text-decoration: none; font-family: 18px Bigblue; color: lightgreen;font-weight: normal}
a:visited {text-decoration: none; font-family: 18px Bigblue; color: lightgreen;font-weight: normal}
a:hover  {color: lightgreen; font-family: 18px Bigblue; text-decoration: underline;font-weight: normal} 
