@charset "utf-8";
/*
Theme Name: therhd
Theme URI: therhd.info
Description: the rhd
Author: rhd
Author URI: therhd.info*/
/* CSS Document */

body,td,th {
	/*font-family: Courier New, Courier, monospace;*/
font-family: 'trebuchet ms', 'lucida sans', arial, Helvetica, verdana;	
font-size: 13px;
color: #333;
}
body {
	background-color: #222;
}
#links {
	background-color: #000000;
	border-bottom: thin black solid;
	height: 20px;
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-size: 16px;
font-family: Courier New, Courier, monospace;
}
#header {
	height: 180px;
	background-color: black;
	background-image: url(/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
a:link {
	color: #993333;
}
a:visited { 
	color: #993333;
	}
a:hover {
	color:#666;
}
a:active {
	color:#666;
}
h2 a {
	border: none;
	text-decoration: none;
}
#links a {
	border: none;
	text-decoration: none;
}
#links a:hover { 
	color: #ffffff;
	}
#links a:active { 
	color: #ffffff;
	}
#content {
	margin: 0px;
	min-height: 500px;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
}
#main {
	margin-left: auto;
	margin-right: auto;
	border: black thin solid;
	width: 90%;
	padding: 0px;
}
#footer {
	text-align: center;	
	background-color: #000000;
	color: #993333;
}
h1 {
	margin-top: 5px;
	color: #444444;
	border-bottom: medium dotted #aaaaaa;
	width: 100%;
}
h2 {
        margin-top: 5px;
        color: #444444;
        border-bottom: medium dotted #aaaaaa;
        width: 100%;
}

p {
/*	text-indent: 30px;*/
}
pre {border: solid 1px blue;
	font-size: small; 
 	color: blue; 
	margin: 10px; 
	padding:10px; 
	background: #FFFFB3}
code {font-size:1.2em; 
	color: #000}
