body {	
    font-family: Verdana;
    background-color: #191919;
}

h1{color: aliceblue;}
h2{color: aliceblue;}
h3{color: aliceblue;}

.normaltext
{
color: aliceblue;
font: 14px Verdana;
}


/* Style for links */
a:link {
    color: #1F9DDB  ;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

a:visited {
      color: #009FFF  ;
    text-decoration: none;
}




/* Style the tab content */
.tabcontent {
		max-width: 49em;
	margin: auto;
	animation: fadeEffect 1s; /* Fading effect takes 1 second */     

}

