Oh, I almost forgot, if you want to add something awesome, put the following HTML after the <title> </title> part in the HTML code itself:
<style type="text/css">
a:link {
color : #C2E1F4;
text-decoration : none;
font-family : verdana;
font-size : 16px;
}
a:visited {
color : #FFFFFF;
text-decoration : none;
font-family : verdana;
font-size : 16px;
}
a:active {
color : #FFFFFF;
text-decoration : underline;
font-family : verdana;
font-size : 16px;
}
a:hover {
color : #87CEFF;
text-decoration : underline;
font-family : verdana;
font-size : 16px;
}
.text{
font-family : verdana;
font-size: 16px;
color : #C2E1F4;
}
</........style>
It's called a style sheet. Your links will be awesome now! They will change colors and have underlines when you do a mouse-over and all kinds of shit. Check it out