@charset "utf-8";

body {
	margin:0px;
	padding:0px;
	font-size:100%;
}
h3, h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	margin:20px 0px 5px 0px;
	color:#000000;
	text-decoration:none;
}
p {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 7px 0px;
	line-height:1.5;
}
img {
	border:0px;
}
a {
	color:#660000;
	text-decoration:none;
} 
a:hover {
	text-decoration:underline;
	color:#330000;
}

#container {
	width:800px;
	margin:auto;
	padding-top:10px;
}
#leftCol {
	width:190px;
	float:left;
	text-align:right;
}
#rightCol {
	width:580px;
	float:right;
}
#footer {
	width:800px;
	margin:auto;
	text-align:center;
}
#footer p, #footer a {
	font-size:11px;
	color:#999999;
}


.solution {
	border-bottom:1px dotted #999;
	padding-bottom:10px;
}
.tags {
	color:#999999;
	clear:both;
	font-size:10px;
	position:relative;
	top:-5px;
}
.tags a {
	font-style:italic;
	color:#666666;
	text-decoration:none;
}
.tags a:hover {
	text-decoration:underline;
}
.date {
	float:right;
	color:#999999;
	margin-top:20px;
}
.question {
	float:left;
}
.answer {
	clear:both;
	color:#333333;
}

.clear {
	clear:both;
	padding:0px;
	margin:0px;
	height:0px;
}

#addRecord {
	clear:both;
}
#editRecord {
	clear:both;
}