a:link, a:visited
{
	color: #285577; 
}
 
a:active, a:hover 
{
	color: #142A3B;
}


***Steps
1. Copy this file into your web folder
2. Copy the following tag, and paste it immediately after the <HEAD> tag.

<link rel="stylesheet" type="text/css" href="style.css" />

3. Create a text link, that links to one of your other pages
	- follow the steps below (1 and 2) to get rid of the underline


4. Delete all of these steps, and save this file

5. Test your page.



***to get rid of the underline in your link

1.  copy the following tag immediately before your text link

<font style="text-decoration: none">

2. copy the following tag immediately after your text link

</font>




