.note  {
background-color:	yellow;
color:	red;
font-weight:	bold;
}

a:link  {
color:	yellow;
text-decoration:	underline;
}

a:visited  {
color: yellow;
text-decoration:	underline;
}

a:hover  {
color:	yellow;
text-decoration:	none;
}

body  {
background-color:	006699;
}

h2  {
color:	white;
font-family:	Arial, Sans-Serif;
font-size:	115%;
font-weight:	bold;
}

h3  {
color:	white;
font-family:	Arial, Sans-Serif;
font-size:	100%;
font-weight:	bold;
}

h4  {
color:	white;
font-family:	Arial, Sans-Serif;
font-size:	85%;
font-weight:	normal;
}

h6  {
color:	white;
font-family:	Arial, Sans-Serif;
font-size:	70%;
font-weight:	normal;
}

p  {
font-family:	"Garamond", serif;
}

p#paragraph1  {
margin:	none;
}

