A:link {text-decoration: none; color:#ffffff;}
A:visited {text-decoration: none; color:#ffffff;}
A:active {text-decoration: none; color:#ffffff;}
A:hover {text-decoration: underline; color:#ffffff;}

body {
background-color: #e5e5f7;
opacity: 0.8;
background-size: 20px 20px;
background-image:  repeating-linear-gradient(0deg, #5b66ae, #5b66ae 1px, #e5e5f7 1px, #e5e5f7);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100px;
color: black;
}

table {
font-size: 25px;
}


/** FONTS **/

h1, h2 {
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#000000;
text-align: center;
}

h1 span { 
    background-color: white; 
}



