/* Style sheet for Thorpe's Thoughts */

BODY {
	color : Black;
	background-color : #999933;
	font-family : Arial, sans-serif;
	font-size : 12px;
}

/* Headings */
h1 {
		background-color : White;
		color : #3333FF;
		font-size : 20px;
}
h2 {
		background-color : White;
		color : Red;
		font-size : 16px;
}

/* text */
.bold {
	
	font-weight : bold;
}


/* links */
A {
	text-decoration : none;
	font-size : 12px;
	color : Red;
}

A:HOVER {
	text-decoration : none;
	font-size : 12px;
}

/* tables */

table.px1border {
	background-color : #CECF63;
	border : 1px solid #0000CE;
}
td.whitebg12pxtxt {
	background-color : White;
	font-size : 12px;
}
td.kakibg12pxtxt {
	background-color : #CCCC66;
	font-size : 12px;
}

/* misc bits */
hr.percent40 {
	width : 40%;
	line-height : 1px;
	color : #0000CE;
}
div.tcenter {
	text-align : center;
	
	}
