html

<head>
<style type="text/css">
body {background-color: #002A46}

/* header navy font */
h1 {color: #002A46}
h1 {font-weight: bold}
h1 {font-size: 100%}
h1 {font-style: normal}
h1 {font-family: arial}

/* paragraph navy font */
h2 {color: #002A46}
h2 {font-weight: normal}
h2 {font-size: 80%}
h2 {font-style: normal}
h2 {font-family: arial}

/* italic bold title navy font */
h3 {color: #002A46}
h3 {font-weight: bold}
h3 {font-size: 75%}
h3 {font-style: oblique}
h3 {font-family: arial}

/* copyright white font */
h4 {color: #ffffff}
h4 {font-weight: normal}
h4 {font-size: 60%}
h4 {font-style: normal}
h4 {font-family: arial}

/* header white font */
h5 {color: #ffffff}
h5 {font-weight: bold}
h5 {font-size: 100%}
h5 {font-style: normal}
h5 {font-family: arial}

/* italic bold title white font */
h6 {color: #ffffff}
h6 {font-weight: bold}
h6 {font-size: 75%}
h6 {font-style: oblique}
h6 {font-family: arial}


p {border: thin solid #D87093;}
p1 {bgcolor: #FFC0CB;}
p2 {border: thin solid #000000;}

body { 
line-height : 1; 
margin-top: 2px;
margin-left : 10px;
margin-right: 10px ;
margin-botton: 2px;
padding: 30; 
ul.square {list-style-type: square;
margin-left: 15px;
}


</head>