<head>
<style>
a:link, a:visited, a:active {
font-family : Comic Sans MS;
font-size : 11px;
color : #668B1E;
text-decoration : none;
}
a:hover {
font-family : Comic Sans MS;
font-size : 11px;
color : #FF0000;
text-decoration : underline;
}
</style>
</head>
<body>
<a href="http://link">link
</a>
</body>