/* Setting up links */
a:link{
 text-decoration: none;
 color: #6495ED
}
a:visited{
 text-decoration: none;
 color: #DF173F
}
a:active{
 text-decoration: none;
 color: #FF0000
}
a:hover{
 text-decoration: underline;
 color: #0000FF
}

/* Setting up the page contents Style */
p, li, td{
 font-family: "arial";
 color: #FFFFFF
}

