h1 {background-color: #transparent}
h2 {background-color: #transparent}
h3 {background-color: #transparent}
h4 {background-color: #transparent}
h5 {background-color: #transparent}
h6 {background-color: #transparent}
p {background-color: #transparent}

h1 {font-family: 'century gothic',verdana,arial}
h2 {font-family: 'century gothic',verdana,arial}
h3 {font-family: 'century gothic',verdana,arial}
h4 {font-family: 'century gothic',verdana,arial}
h5 {font-family: 'century gothic',verdana,arial}
h6 {font-family: 'century gothic',verdana,arial}
p {font-family: 'century gothic',verdana,arial}
a {font-family: 'century gothic',verdana,arial}

h1 { font-style: normal }
h2 { font-style: normal }
h3 { font-style: oblique }
h4 { font-style: normal }
h5 { font-style: normal }
h6 { font-style: normal }
p { font-style: normal }

h1 { font-variant: normal }
p { font-variant: normal }

h1 { font-weight: normal }
h2 { font-weight: bold }
h3 { font-weight: 500 }
h4 { font-weight: bolder }
h5 { font-weight: lighter }
p { font-weight: normal }

h1 {color: blue}
h2 {color: blue}
h3 {color: blue}
h4 {color: blue}
h5 {color: blue}
h6 {color: blue}
hr {color: blue}
p {color: blue}
a:link { color: blue;font-size: 20pt }
a:visited { color: blue;font-size: 18pt }
a:hover { color: red;font-size: 28pt }
a:active { color: black;font-size: 20pt }


h1 {font-size: 20pt}
h2 {font-size: 10pt}
h3 {font-size: 200%}
h4 {font-size: xx-small}
p {font-size: 10pt}

h1 {text-align: middle}


a {text-decoration: underline}


hr {
border: 0;
color: grey;
background-color: transparent;
height: 2px;
width: 100%;
}
