body {
	background-image:url(../pics/bg_gradient.png);
	font-family:Arial;
	font-size:13px;
	color:#1D202E;
}

/* The grey color when someone quotes (>) another person in a comment */
/* e.g.: 
/* > CCF ftw!
   liar!
*/
i.quote, b.quote, div.quote,p.quote { 
	color:#709498; 
}
div.quote {
	display:block;
}

h2 {
	font-size:13pt;
}

textarea {
	background-image:url(../pics/textareabg.png);
	border:0px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

a {
	text-decoration:underline;
	color:#161A3C;
}

img {
	border:0;
	outline:0;
}

ul {
	padding-left:30px;
	margin-top:3px;
}
li {
	padding-top:5px;
}

span.quote, span.code { margin-left:20px; margin-top:10px; display:block; margin-bottom:10px; width:90%; background-color:#efefef; border:dashed 1px #999999;}
span.title { padding:1px; padding-left:3px; display:block; background-color:#D1D1D1; }
span.quote pre{background-color:#cccccc; border-top:dashed 1px #999999; margin:0px;}

form {
	display:inline;
}

abbr, html\:abbr {border-bottom:1px dashed #CCC; cursor:help}