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

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

/*page color properties*/
body {
background-color: #F6FDFF;
text-decoration: none;
color:#003353; /*dark blue*/
/*font: 80% verdana, arial, sans-serif;*/
}

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

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

a:hover { 
text-decoration: underline;
color: #003353;
}
