Is there any way that the following code can be simplified or reduced, and still provide the same formatting results?
is it possible to have a CSS style shee with this in it to get the same results?:
<style type="text/css">
a:link{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:black;font-weight:bold}
a:active{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:E353FD;font-weight:bold}
a:visited{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:black;font-weight:bold}
a:hover{font-size:12px;font-family:Verdana,Arial;text-decoration:underline;color:ff0033;font-weight:bold}
font.1{font-size:16px;font-family:Verdana,Arial;color:white;font-weighT:bold}
font.2{font-size:12px;font-family:Verdana,Arial;color:black}
font.3{font-size:9px;font-family:Verdana,Arial;color:white}
font.4{font-size:9px;font-family:Verdana,Arial;color:FFCCF6}
table.1{border-width:1px;border-style:solid;border-color:white}
a:link.1{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:white;font-weight:bold}
a:active.1{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:black;font-weight:bold}
a:visited.1{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:white;font-weight:bold}
a:hover.1{font-size:12px;font-family:Verdana,Arial;text-decoration:underline;color:black;font-weight:bold}
</style>
Gary
is it possible to have a CSS style shee with this in it to get the same results?:
<style type="text/css">
a:link{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:black;font-weight:bold}
a:active{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:E353FD;font-weight:bold}
a:visited{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:black;font-weight:bold}
a:hover{font-size:12px;font-family:Verdana,Arial;text-decoration:underline;color:ff0033;font-weight:bold}
font.1{font-size:16px;font-family:Verdana,Arial;color:white;font-weighT:bold}
font.2{font-size:12px;font-family:Verdana,Arial;color:black}
font.3{font-size:9px;font-family:Verdana,Arial;color:white}
font.4{font-size:9px;font-family:Verdana,Arial;color:FFCCF6}
table.1{border-width:1px;border-style:solid;border-color:white}
a:link.1{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:white;font-weight:bold}
a:active.1{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:black;font-weight:bold}
a:visited.1{font-size:12px;font-family:Verdana,Arial;text-decoration:none;color:white;font-weight:bold}
a:hover.1{font-size:12px;font-family:Verdana,Arial;text-decoration:underline;color:black;font-weight:bold}
</style>
Gary