body {
text-align: center;
min-width: 750px;
height: 100%;
margin-top:15px;
}
body, table, th, td{
color:#000;
font-size:0.89em;
font-family:verdana, arial, helvetica, sans-serif;
font-weight: normal;
line-height: 16px;
}
img {  
	border-style: none;
}
a:link, a:visited, a:active
{
	font-weight: bold;
	color: #009ec5;
	text-decoration: underline;
}
a:hover
{
	color: #000;
}
li {
	list-style:disc;
	display:inline;
}



/* ID's */

#container {
	border:1px solid #999999;
	margin-left: auto;
   	margin-right: auto;
	width:750px;
}