@charset "UTF-8";
/* CSS Document */

body
{font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#333;
}

a:hover 
{
    color: #E1007A;
    text-decoration: underline;
}
a 
{
    color: #E1007A;
    text-decoration: none;
}
a-visited
{
    color: #E1007A;
    text-decoration: none;
}


