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

BODY {
	background-color : Black;
	color: #996600;
	
}

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;
}

TABLE, TR, TD {
	font-size : 18px;
	 background-color: transparent;
}

TABLE.fourteen {
	font-size : 14px;
	 background-color: transparent;
}

TR.fouteen {
	font-size : 14px;
	 background-color: transparent;
}

TD.fourteen {
	font-size : 14px;
	 background-color: transparent;
}
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 {  }

EM {
	color :#996633;
	 background-color: transparent;
}
H1 { font-size : 44px;
  }

H2 {font-size : 36px; 
  	margin-top : -10px; 
	color :#996633;
	padding-left : 14px;
	font-style : italic;
	 background-color: transparent;
  }

H3 {  }

IMG {  }

STRONG {
	font-size : 22px;
}


