<style type="text/css" media="screen">

p{
  margin:0px;
  padding:0px;
}

/*page color properties*/
body {
background-color: #FFFFFF; /*white*/
text-decoration: none;
color:#003353; /*dark blue*/
}

/*link properties*/
a:link {
text-decoration: none;
font-weight: bold;
color:#003353; /*dark blue*/
}

a:visited { 
text-decoration: none;
font-weight: bold;
color:#003353; /*dark blue*/
}

a:hover { 
text-decoration: underline;
color:#003353; /*dark blue*/
}
