﻿
a:link    { color: #ffffff }  /* unvisited links */
a:visited { color: #ffffff }  /* visited links   */
a:hover   { color: #FF0000 }  /* user hovers     */
a:active  { color: #ffffff }  /* active links    */

body  {
    background-color: black;
    background-attachment: fixed;
}


p { 
    user-select: none;
    color:	white; 
	}

table { 
    user-select: none;
    display: table;
    border-collapse: separate;
    border-spacing: 1px;
	td-padding: 15px;
}

th, td {
    padding: 3px;
	}
