td {
	color : white;
	background : black;
	font-size : small; 
	text-align : center;
	border : 0px solid black;
}
td.white {
	color : black;
	background : white;
	font-size : small; 
	border : 3px solid white;
}
table {
	color : white;
	background : black;
	border : 0px solid black;
}
table.full {
	color : white;
	background : black;
	border : 0px solid black;
	height : 100%;
	width : 100%;
}
.small {
	font-size : x-small;
}
.large {
	font-size : large;
}
.head {
	font-size : x-large;
	font-weight : bold;
}
img {
	color : white;
	background : white;
	border : 2px solid white;
}
body {
	font-family : cursive;
	color : white;
	background : black;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	margin : 0;
}
a:active {
	color: white;
	background : black;
	font-style: normal;
	font-variant: normal;
	border : 0px solid white;
}
a:link {
	color: white;
	background : black;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
	border : 0 solid black;
}
a:visited {
	color: white;
	background : black;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	border : 0 solid black;
}
a:visitedline {
	color: white;
	background : black;
	font-style: normal;
	font-variant: normal;
	text-decoration: line-through;
	border : 0 solid black;
}
a:hover {
	color: gray;
	background : black;
	font-style: normal;
	font-variant: normal;
	border : 0 solid black;
}

