/* Style sheet for Kilian's website */
/* Last updated 11 Feb 2004 */

body         { /* default color */
				background-color: #C0C0C0 }

p            { /* default paragraph font style */
				font-family: Verdana, Arial, sans-serif; font-size: 9pt; margin-bottom: 12 }

.regkey		 { /* for registry keys in blue and indented */ 
				color: #000099; margin-left:10% }

.redtext	 { /* for red coloured text for emphasis */
				color: #ff0000 }

.fn			 { /* for copyright notices and footnotes at the bottom */
				font-size: 8pt }
				
.menu		 {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
}		

table        { /* default set to pale yellow #FFFF99 but can be overriden by tr and td */
				font-family: Verdana, Arial, sans-serif; font-size: 9pt; margin-bottom:12; background-color: #FFFF99 }

th			 { /* for the JS tooltip window table background colour */
				background-color:#FFFFBF }
				
tr           { /* table row colour: last was #FFFF99 */
				margin-bottom: 12; background-color: #E3FFFF }

td           { /* table cell data colour; last was #e9e9e9 */
				font-family: Verdana, Arial, sans-serif; background-color: #E2FFFF; font-size:9pt }

h1           { /* for webpage title only */
				font-size: 14pt }
				
h2           { /* major heading */
				font-size: 12pt }
				
h3           { font-size: 11pt }
h4           { font-size: 10pt }
h5           { font-size: 9pt }
.banner { /* for head banner; created in DW; must be applied to table, td and a tags */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6499DC;
	border: none;
}