a { font-family: verdana }   
a { font-weight: bold } 
a { text-decoration: none }   
a { color: blue }   
a { font-size: 12px }
 
a:hover { color: red }
a:hover { font-size: 12px }
a:hover { font-weight: bold }
a:hover { font-family: Verdana }
a:hover { text-decoration: none }

p { font-family: times new roman } 
p { font-size: 14px } 

h2 { font-family: arial } 
h2 { font-size: 24px }
h2 { font-weight: bold }

h3 { font-family: arial } 
h3 { font-size: 20px }
h3 { font-weight: bold }

h4 { font-family: arial } 
h4 { font-size: 18px }
h4 { font-weight: bold }

h5 { font-weight: bold }
h5 { font-family: arial } 
h5 { font-size: 16px }
h5 { color: #000000}

