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

p {color:#cccccc;}

/* unvisited link */
a:link {
    color: #25b4c1;
}

/* visited link */
a:visited {
    color: #25b4c1;
}

/* mouse over link */
a:hover {
    color: #c13d25;
}

/* selected link */
a:active {
    color: #CCCCCC;
}

.footer {font-family:Arial, Helvetica, sans-serif; font-weight:bold;}