h1
{
text-align: center;
color: #000066; 
font-family: arial, "lucida console", sans-serif
}


h2
{
text-align: left;
color: #000066;
font-family: "times new roman"
}

h3
{
text-align: left;
color: #000066;
font-family: "times new roman"
}

a:link {color: #006600}
a:visited {color: #660000}
a:hover {color: #ff3300}
a:active {color: #993333}
.center
{
text-align: center
}
/*This is the "center" class. To use it, include it in the tags like this-- <p class="center"> */

.right
{
text-align: right
}

.left
{
text-align: left
}



p
{
color: #000066;
font-family: "times new roman"
}

ul
{
color: #000066;
font-family: "times new roman"
}

ol
{
color: #000066;
font-family: "times new roman"
}

blockquote {
color: #000066;
font-family: "Times New Roman", serif
}