body {
	background-image: 
url('http://www.themolebook.com/Photos/backgroundmoleblog.jpg');
background-attachment: 
fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #D0DCE0;
	scrollbar-highlight-color: #B0C0D0;
	scrollbar-shadow-color: #485060;
	scrollbar-3dlight-color: #485060;
	scrollbar-arrow-color: #7E7E7E;
	scrollbar-track-color: #6890B8;
	scrollbar-darkshadow-color: #6890B8;
}

/* footer info */
.footer {
	color: #999999;
	font-size: small;
}

/* error message style */
.error {
	color: #DD0000;
}

/* admin name style */
.adminname {
	color: 90B850;
}

/* entry subject */
.subject {
	color: #222222;
	background-color: #D3DCE3;
	font-size: 16px;
	font-weight: bold;
	padding: 3;
}

/* admin replies */
.reply {
	color: #222222;
	background-color: #F0CAA6;
	font-size: medium;
	font-weight: bold;
	padding: 3;
}

/* xx-small font */
.xxsmall {
	font-size: small;
}


/* headings */
h1 {
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}
h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
}

/* A */
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	color: #6080B8;
}
a:visited {
	color: #888888;
}
a:active {
	color: #888888;
}
a:hover {
	color: #FFFFFF;
}


/* TABLE */
table {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 2px;
}

/* TH */
th {
	color: #DFDFDF;
	background-color: #006600;
}

th a:link {
	color: #F0F1A6;
}

th a:hover {
	color: #FF9933;
}

/* TD */
td {
	color: #333333;
	background-color: #E9E9E9;
}

/* TD: subject cells */
td.subject {
	color: #222222;
	background-color: #ADADAD;
	font-size: 16px;
	font-weight: bold;
}

/* TD: cells containing links */
td.links {
	background-color: #002000;
	font-size: small;
	font-weight: bold;
}

/* TD: "Edit entry" cells */
td.edit {
	background-color: #A0A0A0;
	font-size: small;
	font-weight: bold;
}

/* TD: cells containing input buttons */
td.buttons {
	background-color: #504060;
	font-size: small;
}

/* TD: entry details */
td.details {
	background-color: #E0E0E0;
}

/* TD: cells with "no" formatting */
td.none {
	background-color: #B6B6B6;
	font-size: small;
}

/* HR */
hr {
	color: #878787;
}

/* user input fields and buttons */
textarea {
	overflow: auto;
}
input,textarea,select {
	color: #587389;
	background-color: #FAFAFA;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}

/* IMG */
img {
	border: 0;
}