@charset "UTF-8";
/* CSS Document */

body {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 1em;
	padding: 0;
	background-position: 20% 50%;
	background-repeat: no-repeat;
	background-image: url(pics/LSD.jpg);
}

.TableDiv {
	overflow-y : hidden;
	POSITION : relative;
	OVERFLOW : auto;
	WIDTH : 100%;
	img float:left;
}

a:link { 
color: #FFFFFF;
font-size: 11px;
font-family: arial;
text-decoration: none;
}

a:visited { 
color: #FFFFFF;
font-size: 11px;
font-family: arial;
text-decoration: none;
}

a:hover{
color: #FFFFFF;
font-size: 11px;
font-family: arial;
text-decoration: underline;
}

