body {
	font-family: Tahoma;
	font-size: 10px;
	color: #130424;
background: #190C28 url(http://david-caruso.net/img/fonddcfan.jpg) repeat-y;
background-position: center;
}
table {
	font-family: Tahoma;
	font-size: 10px;
	color: #130424;
	border: none;
}
p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-weight: normal;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #130424;
	text-transform: uppercase;
	margin-top: 10px;
	background-color:#E6E6E6;
	border-bottom: 1px dotted #D5D5D5;
}
input, textarea {
	margin: 1px;
	border: solid 1px #333;
	font-family: Verdana;
	font-size: 10px;
	color: #333;
	background-color: #FFF;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #EEE;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
}
input.noborder {
	border: none;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.smaller {
	font-size: 90%;
}
.message {
	text-align: center;
	font-weight: bold;
}
.noborder {
	border: none;
}
.powered {
	text-align: right;
}
ul {
	margin-top: 0;
	padding-top: 0;
}
#copyright {
	margin-top: 20px;
	text-align: right;
	border-top: solid 1px #333;
	font-size: 9px;
}