/*Literacy Volunteers CSS*/
body {background: #ffffff}

/*Titles*/
h1.pagetitle {font-weight: normal; font-size: 28px; background: #ffffff; color: #4682B4; font-family: "Tempus Sans ITC","Garamond"; text-align: center}
h3.subtitle {font-weight: bold; font-size: 22px; background: #4682B4; color: #ffffff; font-family: "Tempus Sans ITC","Garamond"; text-align: left}

/*Page elements*/
p.top {font-weight: normal; font-size: 10px; font-family: "arial"; text-align: right}
p.back {font-weight: normal; font-size: 10px; FONT-style: italic; font-family: "arial"; text-align: right}
p.footer {font-weight: normal; font-size: 10px; font-family: "arial"; text-align: left}
p.footnote {font-weight: normal; font-size: 12px; font-family: "arial","sans-serif","default"; text-align: left;}
p.quote {font-weight: normal; font-size: 18px;  font-style: italic; font-family: "Garamond","Times New Roman","default"; text-align: center;}
hr.color {color: #4682B4; background-color: #4682B4; border: 0; height: 2px;}

/*Link properties*/
a:link {color: #4682B4; text-decoration: none;}
a:visited {color: #6495ED; text-decoration: none;}
a:hover {color: #4169E1; text-decoration:underline;}
a:active {color: #009900; text-decoration: none;}

/*list properties*/
ul {list-style: square; color: #4682B4}
ol {list-style: 1;}

/*Content*/
#content