body {
	background-color:#000; 
	padding:0; 
 } 
 
#body,div,table,p,tr,td {
	font-size:11px;
	font-family: lucida console, verdana, arial;
	color:#F0A1B0;
	text-align:left;
	line-height:14px;
}
 
#header{
	background:url(imgs/ddheader.png);
	background-repeat:no-repeat;
	height:235px;
	margin:0 0 3px;
	padding:0;
} 
 
#content{
	background-color: #000;  
	width:82%;
	float:right;
 }

#nav{
	background-color: #000;
	width:16%; 
	float:left; 
 }

b{
	font-size:11.5px;
	color: #B6385E;
 }

u{
	color: #71A7C1;
	border-bottom:1px dotted #0B9EEE;
 }

i{
	color: #3AA942;
	font-size:12px;
 }

textarea {
	width: 645px;
	height: 115px;
	border: 1px dotted #EB7F94;
	padding: 1px;
	color:#669BD5;
	font-family:tahoma;
	font-size:7pt;
	background-color:#272727;
}

blockquote {
	border-bottom: 1px solid #EB7F94;
	border-left:4px solid #EB7F94;
	line-height: 13px;
	color:#669BD5;
	font-family:tahoma;
	font-size:9pt;
	background-color:#272727;
}

h1 {
	color:#F0A1B0;
	font-size:14pt;
	font-family:georgia, courier new, arial;
	text-align:left;
	padding-top:1px;
	font-style:italic;
	line-height:25px;
	border-bottom:1px solid #52D167;
}

h1:first-letter {
	color:#B6385E;
	font-size:17pt;
	font-family:book antiqua, arial;
	text-align:left;
	padding-top:1px;
	font-style:italic;
	text-transform:uppercase;
}

h2 {
	color:#F0A1B0;
	font-size:10pt;
	font-family:tahoma;
	text-align:right;
	padding-top:3px;
	border-bottom:2px solid #52D167;
	font-style:italic;
	line-height:15px;
	margin:0;
}

a:link,a:visited,a:active {
	font-family:tahoma;
	color:#FCDB00;
	border-bottom:1px dotted #FCDB00;
	text-decoration:none;
}

a:hover {
	color:#FFF2AF;
	font-family:tahoma;
	border-bottom:1px dotted #FFF2AF;
	text-decoration:none;
}

a.links,a.links:link,a.links:active,a.links:visited {
	color:#F0A1B0;
	letter-spacing:2px;
	font-size:11px;
	text-align:left;
	font-weight:400;
	font-family:tahoma;
	display:block;
	text-decoration:none;
	border-bottom:none;
	line-height:13px;
	text-transform:lowercase;
}

a.links:hover {
	color:#FFF2AF;
	letter-spacing:2px;
	font-size:11px;
	text-align:left;
	font-weight:400;
	font-family:comic sans ms;
	display:block;
	text-decoration:line-through;
	font-style:italic;
	line-height:12px;
	text-transform:lowercase;
}

a:active,a:focus {
	outline:0;
}

