a:link { color: white }
a:active { color: white }
a:visited { color: white }
a:hover { color: white }

body {
	background-color: black;
}

p, td, input {
	font-family: verdana, arial, 'sans serif';
	font-size: 14px;
	line-height: 20px;
}

p, td {
	color: white;
	font-weight: bold;
}

input {
	font-weight: normal;
}

td.content {
	background-image: url("images/content.gif");
	width: 400px;
	height: 560px;
	vertical-align: top;
}

div.content {
	font-family: verdana, arial, 'sans serif';
	width: 360px;
	position: relative;
	left: 20px;
	top: 10px;
}

