body {
	background-color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: white;
	vertical-align: top;
	text-align: left;
    scrollbar-base-color: silver;
	scrollbar-arrow-color: red;
    scrollbar-track-color: white;
}
table {
    text-align: center;
    color: green;
    font-family: Verdana;
    font-size: 16px;
    line-height: 18px;
    background: white;
    vertical-align: top;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: green;
	margin-center: 20px;
	vertical-align: top;
}

a {
	color: darkblue;
	background-color: beige;
	text-weight: bold;
	text-decoration: hover
}

a:hover {
  font-family: Georgia, "Times New Roman", Times, serif;
	color: #006633;
	background-color: #FFFF66;
	text-decoration: hover;
	text-weight: bold;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-shadow: #003300 4;
	line-height: 12px;
	padding: 3px;
	background-color: #CCCC99;
	border-style: dotted;
}

.footer {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
	color: #333333;
	background-color: #9999FF;
	border-style: groove;
}

img {
    border-width: 0;
}

td.keywords {
    font-size: 12px;
	font-weight: bolder 100;
	line-height: 12px;
	color: #CCFFFF;
}
