
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #663333;
	background-color:black;
}

th{
	font_weight: bold; 
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
}

p{
	background-color:#FFCC33;
}

body,html{
	scrollbar-arrow-color:yellow;
    scrollbar-base-color:black;
	scrollbar-highlight-color:#green;
	
}

table {
background-color:#FFCC33;
}

td{
	padding: 0px;
}

table.content td {
	padding: 10px;
 }

table.listview td
{
	padding: 3px;
	text-align:left;
	  }

a:link { 
	color: #663333;
	}
a:visited { 
	color: #663333;
	}
a:hover { 
	color: #663333;
	text-decoration: none;
	}
a:active { 
	color: #663333;
	}