body {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-color: #000;
}

small {
	font-size: 11px;
}

p, blockquote, table {
	margin: 10px 5px;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}

a, a:link, a:hover, a:active, a:visited {
	color: #ccc;
}

#name, #email, #web, #message {
	width: 300px;
}

#message {
	height: 180px;
}

th, td {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	text-align: center;
}

form input, form textarea {
	font-size: 12px;
	line-height: 18px;
	padding: 1px 2px;
}