:hover{ color: white; text-decoration: underline; }
:active,:link,:visited{ color: white;}

a{ text-decoration: none; }

body{
	background: black;
	color: white;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1em;
        font-family: "Comic Sans MS",cursive; 
}

div.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.regc { font-family: "Comic Sans MS",cursive; 
	text-align: center;
}

table.main { background-color: black; width: 100%; }

tr.small{
	font-family: "Comic Sans MS",cursive; 
	font-size: x-small;
	text-align: center;
}

