body{
background:#0068b3;
margin:0;
padding:0;
}

a:link{
        font-family: 'Muli', sans-serif;
        font-size : 14px;
        color : #daf0ff;
        text-decoration : none;
        font-weight : bold;
}
a:visited{
        font-family: 'Muli', sans-serif;
        font-size : 14px;
        color : #daf0ff;
        text-decoration : none;
        font-weight : bold;
}
a:hover{
        font-family: 'Muli', sans-serif;
        font-size : 14px;
        color : #ffffff;
        text-decoration : underline;
        font-weight : bold;
}
a:active{
        font-family: 'Muli', sans-serif;
        font-size : 14px;
        color : #daf0ff;
        text-decoration : none;
        font-weight : bold;
}
td{
        font-family: 'Muli', sans-serif;
        font-size : 14px;
        color : #daf0ff;
        text-decoration : none;
        font-weight : bold;

}
.head{
        font-family: 'Muli', sans-serif;
        font-size : 26px;
        color : #daf0ff;
        text-decoration : none;
        font-weight : bold;
        font-style: italic;


}