a:link {color:#0000FF;}      /* unvisited link */
a:visited {color:#0000FF;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

a {font-size: 2em}

#innerContent{
    margin: 5%;
}

#popupContent{

}

#title{
    font-size: 1.5em;
    font-weight:bold;
}