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

BODY {
	background-color : Black;
	color: #996600;
	font-family : Arial,Helvetica,sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 16px;
}

FORM  {
	background-color : Black;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	color : #996600;
}

OPTION  {
	background-color : #ffffff;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	color : #996600;
}

SELECT {
        background-color :#9999ff;
		color :#9999ff;
		font-family : Arial,Helvetica,sans-serif;
		font-size : 16px;
	    font-style : normal;
	    font-weight : bold;
	    
}

TABLE, TR, TD {
    background-color: transparent;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	
}

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 {
     font-family : Arial,Helvetica,sans-serif;
	 color :#996633;
	 background-color: transparent;
}
H1 { 
     font-family : Arial,Helvetica,sans-serif;
	 font-size : 44px;
     background-color: transparent;
  }

H3 {  }

IMG {  }

STRONG {
    font-family : Arial,Helvetica,sans-serif;
	font-size : 22px;
	background-color: transparent;
}


