/* At-Rules */
@charset "iso-8859-1";


/* Link color */
a {background-color: white; color: navy; font: bold tahoma; font-size: x-small}

/* Hover link color */
a:hover {background-color: navy; color: cyan; font: bold}

/* Background attributes */
body {background-attachment: fixed; background-color: white; color: black; font-family: tahoma; font-size: x-small}

p {text-align: justify; color: teal; text-indent: 1 cm}

h1 {text-align: center; color: navy}

h2 {text-align: center; color: green}

h3 {background-color: navy; color: white; text-align: left; width: 100%}

h4 {background-color: red; color: white; text-align: left; width: 100%}

h5 {background-color: navy; color: white; text-align: right; width: 100%}

h6 {background-color: maroon; color: white; text-align: right; width: 100%}

ol {background-color: red; color: white; font-family: tahoma; font-weight: bold; text-align: left; width: 100%}

/* End of style section. Generated by AceHTML at 18/12/2002 10:18:26 PM */