<style type="text/css">

 /*Set Font Size here*/
P { font-family: Arial, Helvetica, Lucida, sans-serif; font-size: 12px;color: #000000}
TD { font-family: Arial, Helvetica, Lucida, sans-serif; font-size: 12px; color: #000000}
LI { font-family: Arial, Helvetica, Lucida, sans-serif; font-size: 12px; color: #000000}

/*Headers found in Text Propery Bar*/
H1 { font-family: Arial, Helvetica, Lucida, sans-serif; font-size: 16px; font-weight: bold; color: #000033}
H2 { font-family: Arial, Helvetica, Lucida, sans-serif; font-size: 14px; font-weight: bold; color: #000033}
H3 { font-family: Arial, Helvetica, Lucida, sans-serif; font-size: 12px; font-weight: bold; color: #000033}

/*Headers for those that prefer working with CSS Window*/
.bigheader { font-family: Arial, Helvetica, Lucida, sans-serif; font-size: 16px; font-weight: bold; color: #000033}
.mediumheader { font-family: Arial, Helvetica, Lucida, sans-serif; font-size: 14px; font-weight: bold; color: #000033}
.smallheader { font-family: Arial, Helvetica, Lucida, sans-serif; font-size: 12px; font-weight: bold; color: #000033}
.small { font-size : 10px}
.legaltext { font-style : italic; font-size : 10px}

/*Funky Square List Nodes*/
ul {list-style: square}

/*Code for links in the body*/
a:link { color: #0000ff; text-decoration: underline}
a:visited { color: #ff0000; text-decoration: underline}
a:active { color: #000000; text-decoration: underline}
a:hover { color: #ff0000; text-decoration: none}
a:hover:visited { color: #0000ff; text-decoration: none}

/*Code for Store info at top*/
.top { font-family: Arial, Helvetica, Lucida,sans-serif; font-size: 9px; line-height: 9px; color: #ffffff}  
.menubar:link { color: #ffff00; text-decoration: none; font-size: 9px}
.menubar:visited { color: #ffff00; text-decoration: none; font-size: 9px}
.menubar:hover { color: #ffffff; text-decoration: none; font-size: 9px}
.menubar:active { color: #ffffff; text-decoration: none; font-size: 9px}
.menubar:hover:visited { color: #ffffff; text-decoration: none; font-size: 9px}

/*Code for the Sidenav links*/
.sidebar { color: #CCFFFF; text-decoration: none}
.sidebar:link { color: #CCCCCC; text-decoration: none}
.sidebar:visited { color: #999999; text-decoration: none}
.sidebar:hover { color: #FFFFFF; text-decoration: underline}
.sidebar:active { color: #999999; text-decoration: underline}
.sidebar:hover:visited { color: #FFFFFF; text-decoration: underline}

</style>



