/*
This style sheet was created from K:\truffes\html\templates\list.html
*/

BODY {  }

TABLE, TR, TD {
font-style: normal;
	color :#996600;
	font-weight : bold;
	background-color : transparent;
}

FORM  {
	background-color : Black;
	font-family : Verdana,"Times New Roman",Geneva, Arial,Helvetica,sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	text-indent : 16px;
	color : #996600;
}

OPTION  {
	background-color : Black;
	font-family : Verdana,"Times New Roman",Geneva, Arial,Helvetica,sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	text-indent : 16px;
	color : #996600;
}

SELECT {
        background-color :#9999ff;
		color :#9999ff;
}

A {  }

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {  }

A:VISITED { 
   color: #CC9900; 
   background-color: transparent;
   }

A:LINK {
	color : #9999ff;
	 background-color: transparent;
}
BR {  }

DIV {  }

H1 {
	color : #996633;
	background-color : transparent;
}

H2 {  }

H3 {  }

IMG {  }

STRONG {  }


