a:link,a:visited {
    color: Blue;
    text-decoration : underline;
}
a:active {color:red}
a:hover {
    text-decoration: underline;
    color : #F97C00;
}

.cp {
    font-family : Verdana;
    font-size : x-small;
}

.content-table {
    font-family : Verdana;
    font-size : x-small;
}

.left-menu {
    font-family : Verdana;
    font-size : x-small;
}

.font-normal {
    font-family : Verdana;
    font-size : x-small;
}

.font-title {
    font-family : Verdana;
    font-size : small;
    font-weight : bolder;
  color : #696969; 
}

.font-subtitle {
    font-family : Verdana;
    font-size : x-small;
    font-weight : bolder;
  color : #696969; 
}

.left-addons {
    font-family : Arial, Helvetica, sans-serif;
    font-size : medium;
    font-weight : bolder;
  color : #FF4F00;
}


