<style type="text/css">

h2
{

color: Blue;
background-color: Transparent;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 100%;
font-variant: normal;
font-weight: normal;
font-style: normal;
line-height: normal;
text-shadow: 3px 3px 5px red;
}

a
{
color: #0000FF;
background-color: Transparent;
font-family: Times New Roman;
font-size: 100%;
font-variant: normal;
font-weight: normal;
font-style: normal;
line-height: normal
}

a:active
{
color: #008000;
background-color: Transparent;
font-family: Times New Roman;
font-size: 100%;
font-variant: normal;
font-weight: normal;
font-style: normal;
line-height: normal
}

a:visited
{
color: #00008B;
background-color: Transparent;
font-family: Times New Roman;
font-size: 100%;
font-variant: normal;
font-weight: normal;
font-style: normal;
line-height: normal
}

a:hover
{
color: #FF0000;
background-color: Transparent;
font-family: Times New Roman;
font-size: 100%;
font-variant: normal;
font-weight: normal;
font-style: normal;
line-height: normal
}

</style>