/*
 * $Id: //websites/hendlin/hendlin.net/webroot/styles.css#1 $
 */
.taboogreen  { color:#BFD000; }
.tabooblue   { color: rgb(51,0,153); }

.leftpic     { margin-right: 8pt;
               /* margin-bottom: 8pt; */
               border-style: none; }

a:link       { color: rgb(153,51,0) }
a:visited    { color: rgb(0,0,255) }
a:active     { color: rgb(255,153,0) }


		/* background is mild gray */
body		{ color: rgb(0,0,0);
		  background-color: rgb(204,204,204);
		  font-family: 'Trebuchet MS', Arial, Helvetica;
		  background-image: url('background.gif'); }

h1		{ color: rgb(51,0,153);
		  font-weight: normal; 
		  font-style: normal;
		  font-size: 24pt; }

h2		{ color: rgb(51,0,153);
		  font-weight: normal; 
		  font-style: normal;
		  font-size: 18pt; }

h3		{ color: rgb(51,0,153)
		  font-weight: normal; 
		  font-style: normal;
		  font-size: 14pt; }

h4		{ color: rgb(51,0,153);
		  font-weight: normal; 
		  font-style: normal;
		  font-size: 12pt; }

h5		{ color: rgb(51,0,153);
		  font-weight: normal; 
		  font-style: normal;
		  font-size: 10pt; }

h6		{ color: rgb(51,0,153);
		  font-weight: normal; 
		  font-style: normal;
		  font-size: 8pt; }

hr		{ color: rgb(51,0,153); }

th		{ color: rgb(0,0,0);
		  border-color: rgb(0,0,0);
		  font-style: Normal; }

td		{ border-color: rgb(0,0,0) }

table		{ font-style: Normal;
		  table-border-color-light: rgb(153,153,153);
		  table-border-color-dark: rgb(0,0,0);
		  color: rgb(0,0,0);
		  border-color: rgb(0,0,0); }

/*
textarea	{ font-size: 8pt;
		  font-style: Normal;
		  border-style: solid;
		  border-width: 1pt;
		  color: Black;
		  border-color: rgb(0,0,0); }

caption		{ font-size: 14pt;
		  font-style: Normal;
		  color: rgb(51,0,153); }

select		{ font-size: 8pt;
		  font-style: Normal;
		  border-style: solid;
		  border-width: 1pt;
		  color: Black;
		  border-color: rgb(0,0,0); }

legend		{ font-size: 8pt;
		  font-style: Normal;
		  color: rgb(51,0,153); }

fieldset	{ font-size: 8pt;
		  font-style: Normal;
		  border-style: solid;
		  border-width: 1pt;
		  color: Black;	
		  border-color: rgb(0,0,0); }

button		{ background-color: rgb(51,0,153);
		  color: white;
		  border-color: rgb(153,153,153);
		  font-style: normal;
		  border-style: solid;
		  border-width: 1pt; }

label, .MSTHEME-LABEL { color: rgb(0,0,0);
			font-size: 8pt;
			font-style: normal; }
 */
