/* CSS Document */
body{
	font-size : medium;
	font-family : Verdana;
	font-weight : normal;
	background-color : black;
	text-decoration : none;
	line-height : normal;
	word-spacing : normal;
	letter-spacing : normal;
	text-align : left;
	text-indent : 0px;
	width : auto;
	height : auto;
	list-style-type : disc;
	list-style-position : outside;
	top : auto;
	left : auto;
	z-index : auto;
	font-style: normal;
	font-variant: normal;
}
table {
	font-size: medium;
	font-family: Verdana;
}
th{
  font-family : Verdana;
  font-weight : bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

td{
  font-family : Verdana;
  font-weight : bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
