 
a.one:link {color: FFFFCC; text-decoration: none; font-family: tahoma; font-size: 17}
a.one:visited {color: FFFFCC; text-decoration: none; font-family: tahoma; font-size: 17}
a.one:hover {color: FFFFCC; text-decoration: underline; font-family: tahoma; font-size: 17}
a.one:active {color: yellow; text-decoration: none; font-family: tahoma; font-size: 17}

a.two:link {color: blue; text-decoration: none}
a.two:visited {color: blue; text-decoration: none}
a.two:hover {color: red; text-decoration: underline}
a.two:active {color: red}

a.three:link {color: blue; text-decoration: none}
a.three:visited {color: blue; text-decoration: none}
a.three:hover {color: red; text-decoration: none}
a.three:active {color: red; text-decoration: none}

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

h1,h2,h3 {color: #FDD017}
h4,p {color: black}
h5 {color: #990000}
h6 {color: red}

!h1 {font-family: tahoma}
h1,h2,h3,h4,h5 {font-family: arial}
h6,p {font-family: verdana}
h1 {font-size: 200%} 
h2,h4 {font-size: 175%}
h3 {font-size: 100%}
h6,p {font-size: 80%}
h5 {font-size: 150%}
h6 {font-weight: bold}