body {
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: ffffff;
}
a:active {
	color: #E8E8EA;
}
.grid a:link
{
    font-weight:normal;
    font-size: 10pt;
    color: blue;
    font-family: arial;
    text-decoration: underline;
}
.grid a:visited {
    font-weight:normal;
    font-size: 10pt;
    color: purple;
    font-family: arial;
    text-decoration: underline;
}
.grid a:hover {
    font-weight:normal;
    font-size: 10pt;
    color:green;
    font-family: arial;
    text-decoration: underline;
}
.header a:link
{
    font-weight:normal;
    font-size: 12pt;
    color:Navy;
    font-family: arial;
    text-decoration: underline;
}
.header a:visited {
    font-weight:normal;
    font-size: 12pt;
    color:Purple;
    font-family: arial;
    text-decoration: underline;
}
.header a:hover {
    font-weight:normal;
    font-size: 12pt;
    color:green;
    font-family: arial;
    text-decoration: underline;
}