@charset "utf-8";


body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 1.5em;
	opacity: 1px;
	text-align: left;
	font-variant: middle;
	white-space: normal;
	vertical-align: middle;
	white-space: normal;
	text-indent: 0;
	background-color: white;
	color: black;
	position: relative;
}


a:link {color: maroon;}
a:visited {color: maroon;}
a:hover {color: silver;}
a:active {color: white;}
a{
	text-decoration: none;
	cursor: crosshair;
}

table#abc{
	border-color: black;
	background-color: black;
}

header small{color: black;}
