h1 { text-align: center; font-family: book antiqua; font-style: italic; color: #4ACEB4}
h3 { font-family: book antiqua; font-style: italic; color: #FF3300}
h4 { font-family: verdana, sans-serif; font-size: 18px}
h5 { font-family: book antiqua; font-style: italic; color: #000000}

p.justify {text-align: justify; font-family: verdana, sans-serif;
  font-size: 16px
  }
p.left {text-align: left; font-family: verdana, sans-serif;
  font-size: 16px
  }
p.center {text-align: center; font-family: verdana, sans-serif;
  font-size: 16px
  }

p {font-family: verdana, sans-serif;
  font-size: 16px
  }

ol {font-family: verdana, sans-serif;
  font-size: 14px
  }
ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}

ul {font-family: verdana, sans-serif;
  font-size: 14px
  } 
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}
 


body {background-color: #FFF8DC}

a:link {color: blue}     /* unvisited link */
a:visited {color: brown}  /* visited link */
a:hover {color: red}   /* mouse over link */
a:active {color: orange}   /* selected link */

hr.standard {color: #993366}


