a:link
{
text-decoration:none;
font-weight:bold;
color:navy;
}

a.firebrick:link
{
text-decoration:none;
font-weight:bold;
color:firebrick;
}

a.firebricklarge1:link
{
text-decoration:none;
font-weight:bold;
color:firebrick;
font-size:x-large;
}

a.firebricklarge2:link
{
text-decoration:none;
font-weight:bold;
color:firebrick;
font-size:large;
}

a.largeitalics:link
{
text-decoration:italic;
font-weight:bold;
color:navy;
font-size:large;
}







a:visited
{
text-decoration:none;
font-weight:bold;
color:navy;
}

a.firebrick:visited
{
text-decoration:none;
font-weight:bold;
color:firebrick;
}

a.firebricklarge1:visited
{
text-decoration:none;
font-weight:bold;
color:firebrick;
font-size:x-large;
}

a.firebricklarge2:visited
{
text-decoration:none;
font-weight:bold;
color:firebrick;
font-size:large;
}

a.largeitalics:visited
{
text-decoration:italic;
font-weight:bold;
color:navy;
font-size:large;
}






a:hover
{
text-decoration:none;
font-weight:bold;
color:firebrick;
}








table.large1
{
font-size:large;
}
