body, p, td, input, textarea {
	font-family: verdana;
	font-size: 12px;
}

input {
	margin-bottom: 0px;
}

input.button {
	border: 1px solid RGB(50,60,180);
	background-color: RGB(200,210,255);
	background-image: url(grad.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000000;
	padding: 1px;
	cursor: pointer;
	margin: 0px;
}

input.file {
	font-family: verdana;
	font-size: 14px;
}

p {
	text-align: center;
	margin-left: 0px;
}

h1 {
	font-family: verdana;
	font-size: 18px;
}

a:link, a:active, a:visited, a:hover {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:link.reply, a:active.reply, a:visited.reply {
	color: RGB(50,60,180);
}

a:hover {
	color: RGB(50,60,180);
}

a:hover.nav {
	color: RGB(200,210,255);
}

a:hover.reply {
	text-decoration: underline;
}

td.dark {
	background-color: RGB(150,160,255);
	color: RGB(255,255,255);
}

td.light {
	background-color: RGB(220,230,255);
}

td.lightpost {
	background-color: RGB(220,230,255);
}

td.post {
	background-color: RGB(190,200,255);
	color: RGB(0,0,0);
}

div.quote {
	border: 1px solid RGB(150,160,255);
	background-color: RGB(190,200,255);
	padding: 6px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 12px;
	margin-top: 8px;
}

form {
	margin: 0px;
}
