body   { background-color: black; margin: 10px; padding: 0px }

p, ul, ol, td, th   { color: white; font-size: 11px; font-family: Arial }

form {
	margin: 0px;
	padding: 0px;
}

input.input1  { border: solid 1px #F90; width: 105px }

input.input2  { border: solid 1px #F90; width: 30px }

.text1  { color: white }

.text2  { color: #ff9900; font-weight: normal; font-size: 18px; font-family: "Trebuchet MS" }

.text3 {
	font-size: 11px;
	color: #FF9900;
}

.text4  { color: #ffffff; font-weight: normal; font-size: 18px; font-family: "Trebuchet MS" }
.text5 { color: #ff9; font-weight: bold; font-size: 12px; font-family: Arial }
.text6 { color: white; font-weight: bold; font-size: 12px; font-family: Arial }
.text7 { color: red; font-size: 12px; font-family: Arial }
.text8 { color: red; font-size: 18px; font-family: "Trebuchet MS" }
.text9 { color: black; font-weight: bold; font-size: 10px; font-family: Arial }
.text10 { color: white; font-size: 10px }
a.link1  { color: white; text-decoration: none }

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	color: #FF9900;
}
a.link2:visited { color: red }
a.link2:hover {
	text-decoration: none;
}

.cats ul {
	margin: 0px;
	padding: 0px;
}

.cats li {
	list-style: none;
}

.cats ul li {
	margin-bottom: 10px;
}

.cats ul li ul li {
	margin-left: 5px;
	margin-bottom: 0px;
}

.cats ul li ul li a {
	color: #FF9900;
}

.cats ul li ul li a:hover {
	text-decoration: none;
}