html, body{ 
	background-color:#1c1c1c;
	color: #000000;
	font: 11px arial;
	font-link: #FFFFFF;
}

form {display: inline;}

#website { width:550px; background-image:url(../images/d_background.gif); margin:auto; padding:10px; border:1px solid #000000; }
#content { background-color:#EFEFEF; padding:10px; border:1px solid #555555; }

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }

.a2,
.a2:link,
.a2:visited,
.a2:active { color: #FFFFFF; text-decoration: none; }
.a2:hover { color: #FFFFFF; text-decoration: underline; }

.a3,
.a3:link,
.a3:visited,
.a3:active { color: #EFEFEF; text-decoration: none; }
.a3:hover { color: #EFEFEF; text-decoration: underline; }


.font1 { font-size: 12px; font-weight: bold; }
.font2 { font-size: 12px; font-weight: bold; color: #537AB1; }
.font3 { font-size: 12px; font-weight: bold; color: #d81212; }

.clear {clear:both; height:0px; line-height:0px; font-size:0px; }
.half {height: 5px; line-height: 5px; font-size:5px; width:1px; }

