p { color: #333333; } 
p { font-family: Verdana; }
p { font-size: 12px; }
p { line-height: 1.5 }

ul{ color: #333333; } 
ul{ font-family: Verdana; }
ul{ font-size: 12px; }
ul{ line-height: 1.5 }

li{ color: #333333; } 
li{ font-family: Verdana; }
li{ font-size: 12px; }
li{ line-height: 1.5 }

h1{ color: #333333; }
h1{ font-family: Verdana; }
h1{ font-size: 18px; }
h1{ text-align: left; } 
h1{ font-weight: normal; } 

h2{ color: #790026; }
h2{ font-family: Verdana; }
h2{ font-size: 14px; }
h2{ text-align: left; } 
h2{ font-weight: bold; } 

a:link { color: blue; text-decoration: none; font-weight: none; }
a:visited { color: blue; text-decoration: none; font-weight: none; } 
a:hover { color: #333333; text-decoration: underline; font-weight: none; } 

a.white:link { color: white; text-decoration: none; font-weight: none; }
a.white:visited { color: white; text-decoration: none; font-weight: none; } 
a.white:hover { color: #333333; text-decoration: underline; font-weight: none; } 
