h1 {font-family: times; color: red; text-align: left; line-height: 100%}

h2 {font-family: times; color: blue; text-align: center; line-height: 100%}

h3 {font-family: times; color: blue; text-align: center; line-height: 100%}

h4 {font-family: times; color: blue; text-align: center; line-height: 40%}

body {font-family: times; font-size: 12pt; color: black; background-color: white;}

div.pzwlist {font-family: times; font-size: 12pt; color: blue; background-color: white;}

div.pzwverylargeheading {font-family: times; font-size: 30pt; color: black; background-color: #FFCC00; font-weight: bold;}

div.pzwlargeheading {font-family: times; font-size: 20pt; color: black; background-color: #FFCC00; font-weight: bold; text-align: left;}

div.pzwmediumheading {font-family: times; font-size: 15pt; color: red; background-color: #A1B4D6; font-weight: bold; text-align: left;}

div.pzwsmallheading {font-family: times; font-size: 12pt; color: black; background-color: #FFCC00; font-weight: bold; text-align: left;}

div.pzwheading {border: 1px red; border-style: solid none solid none; font-family: times; font-size: 12pt; color: black; background-color: #A1B4D6; font-weight: bold; text-align: left;}

div.pzwmenubar {font-family: times; font-size: 12pt; color: blue; font-weight: bold; padding: 10px; border: 2px black; border-style: solid none solid none;}

div.title {font-family: times; font-size: 25pt; color: red; font-weight: bold; background-color: #A1B4D6; text-align: left;}

p {font-family: times; font-size: 12pt; color: black; background-color: white; text-align: left;}

p.heading {font-family: times; font-size: 12pt; font-weight: bold; color: blue; background-color: white; text-align: center;}

a:link {font-family: times; font-size: 12pt; color: blue; background-color: white; text-decoration: underline;}

a:visited {font-family: times; font-size: 12pt; color: blue; background-color: white; text-decoration: underline;}

a:hover {font-family: times; font-size: 12pt; color: white; background-color: blue; text-decoration: underline;}

a.pzwmenulink:link {font-family: times; font-weight: bold; font-size: 12pt; color: blue; background-color: white; text-decoration: none;}

a.pzwmenulink:visited {font-family: times; font-weight: bold; font-size: 12pt; color: blue; background-color: white; text-decoration: none;}

a.pzwmenulink:hover {font-family: times; font-weight: bold; font-size: 12pt; color: white; background-color: red; text-decoration: none;}

table.pzwdatatable {border: 1px solid black; border-collapse: collapse; cellspacing='0' cellpadding='4'}

th.pzwdatath {border: 1px solid black; text-align: left; color: blue; background-color: #A1B4D6;}

td.pzwdatatd {border: 1px solid black; text-align: left; color: black; background-color: white;}

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
padding-top: 6px;
padding-bottom: 6px;
margin-left: 0;
height: 20px;
border: 2px black; border-style: solid none solid none;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: blue;
background-color: #A1B4D6; /* You Can Change this color */
border: 2px solid #e1e1e1; /*You can change this color*/
}

.hovermenu ul li a:visited{
background-color: #A1B4D6; /*You Can Change This Color*/
text-decoration: none;
border-style: outset;
}

.hovermenu ul li a:hover{
background-color: blue; /*You Can Change This Color*/
text-decoration: none;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}