td {
	color : white;
	background : #444444;
	font-size : small;
	border : 0px solid black;
	text-transform : none;
}
td.cen {
	color : white;
	background : #444444;
	font-size : small;
	border : 0px solid black;
	text-transform : none;
	text-align : center;
}
td.white {
	color : #444444;
	background : white;
	font-size : small;
	border : 3px solid white;
}
table {
	color : white;
	background : #444444;
	border : 0px solid black;
	text-transform : none;
}
table.full {
	color : white;
	background : #444444;
	border : 0px solid black;
	height : 100%;
	width : 100%;
}
.small {
	font-size : x-small;
	text-transform : none;
}
.smallr {
	font-size : x-small;
	text-transform : none;
	text-align : right;
}
.xsmall {
	font-size : xx-small;
	text-transform : none;
}
.large {
	font-size : large;
	text-transform : none;
}
.descl {
	font-size : large;
	text-transform : capitalize;
}
.descs {
	font-size : x-small;
	text-transform : capitalize;
}
.dirList {
	font-size : medium;
	text-transform : capitalize;
}
.head {
	font-size : x-large;
	font-weight : bold;
}
img {
	color : white;
	background : white;
	border : 2px solid white;
}
body {
	font-family : cursive;
	color : white;
	background : #444444;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	margin : 0;
	text-transform : none;
}
a:active {
	color: white;
	background : #444444;
	border : 0px solid white;
}
a:link {
	color: white;
	background : #444444;
	text-decoration: underline;
	border : 0 solid #444444;
}
a:visited {
	color: white;
	background : #444444;
	text-decoration: underline;
	border : 0 solid #444444;
}
a:hover {
	color: gray;
	background : #444444;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	border : 0 solid #444444;
}
a.up:active {
	color : #444444;
	background : white;
	font-size : medium;
	text-decoration: underline;
	text-transform : capitalize;
	border : 0px solid white;
}
a.up:link {
	color : #444444;
	background : white;
	font-size : medium;
	text-decoration: underline;
	text-transform : capitalize;
	border : 0 solid white;
}
a.up:visited {
	color : #444444;
	background : white;
	font-size : medium;
	text-decoration: underline;
	text-transform : capitalize;
	border : 0 solid white;
}
a.up:hover {
	color : gray;
	background : white;
	font-size : medium;
	text-decoration: underline;
	text-transform : capitalize;
	border : 0 solid white;
}

