@charset "utf-8";
/* CSS Document */

body
{
background-color:#b0c4de;
}

h1 {color:#CC0000;}
a {text-decoration:none;}
h1 {text-align:center;}
p {text-align:center;}
h2 {text-align:center;
}
a:link {color:#CC0000;}    /* unvisited link */
a:visited {color:#000066;} /* visited link */
a:hover {color:#FF00FF;}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */

h2:first-letter 
{
color:#000066;
font-size:xx-large;
}
