body
{
background-color: black;
color: white;
font-family: Arial;
font-size: 15px;
text-align: center
}

-----

a:hover
{
text-decoration: none
}

a:link
{
text-decoration: none
}

a.a0
{
color: black;
font-size: 20px;
text-decoration: none
}

a.a0:hover
{
color: deeppink
}

a.a1
{
color: white;
}

a.a1:hover
{
color: deeppink;
}

a.a2
{
color: deeppink;
}

a.a3
{
color: blue;
}

a.a4
{
color: deeppink;
font-size: 20px;
text-decoration: none
}

a.a4:hover
{
color: black
}

a.a5
{
color: black;
font-weight: bold;
}

a.a5:hover
{
color: deeppink;
}
