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: #00aeef; }
h2{ font-family: Verdana; }
h2{ font-size: 15px; }
h2{ text-align: left; } 
h2{ font-weight: heavy; } 

h3{ color: #333333; }
h3{ font-family: Verdana; }
h3{ font-size: 15px; }
h3{ text-align: left; } 
h3{ font-weight: normal; } 

a:link{ color: #00aeef; }
a:link{ text-decoration: none; }
a:link{ font-weight: bold; }

a:visited{ color: #00aeef; }
a:visited{ text-decoration: none; }
a:visited{ font-weight: bold; }

a:hover{ color: #f7941d; }
a:hover{ text-decoration: underline; }
a:hover{ font-weight: bold; }

img.PF {border: 1px #cccccc solid;}
