necesito saber como crear un estilo personalizado clase para los hipérvinculos:
porejemplo:
<html>
<head>
<style type="text/css">
<--
.link a:active { font-family: Arial; font-size: 8pt; font-weight: bold; color: #000033; text-decoration: none}
.link a:hover { font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration: none; color: #003366}
.link a:link { font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration: none}
.link a:visited { font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration: none}
-->
</style>
<head>
<body>
<a href="http://www.latinserver.net">latinserver</a>
</body>
</html>
como haria para que funcione este hipervinculo como clase...¿que hay que agregar?