body
{
background-color:purple;

color:yellow;
}
#text1
{
color:yellow;
}
#text2
{
color:red;
}
.text3
{
color:green;
}
.text4
{
color:skyblue;
}
a:link
{
color:skyblue;
text-decoration:none;
font-size:25px;
background-color:yellow;
}
a:hover
{
color:red;
text-decoration:none;
font-size:25px;
background-color:green;

}
a:active
{
color:yellow;
background-color:red;
text-decoration:underline;
font-size:25px;

}
a:visited
{
color:red;
text-decoration:none;
font-size:25px;
background-color:white;
}