a.one:link {color: #0000ff; text-decoration: none}
a.one:visited {color: #0000ff; text-decoration: none}
a.one:hover {color: #00aaff; text-decoration: none}

a.two:link {color: #ff0000; text-decoration: none}
a.two:visited {color: #ff0000; text-decoration: none}
a.two:hover {color: #ff9966; text-decoration: none}

a.bluebold:link {color: #0000ff; text-decoration: none; font-weight="bold"}
a.bluebold:visited {color: #0000ff; text-decoration: none; font-weight="bold"}
a.bluebold:hover {color: #00aaff; text-decoration: none; font-weight="bold"}


p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}

.green {color: green}

.red {color: red}

.blue {color: blue}

.purple {color: purple}

