/* This is the current default CSS file for www.engine-art.co.uk */

.BUTTON 	{font-family: arial; 
                background-color: rgb(221,221,221); 
                color: rgb(132,57,57); 
                border-left: 1px ridge rgb(80,67,58); 
                border-right: 2px groove rgb(80,67,58); 
                border-top: 1px ridge rgb(80,67,58); 
                border-bottom: 2px groove rgb(80,67,58);}

.COMBO		{font-family: sans-serif;
			background-color: rgb(169,216,248);}
			
.TEXT 			{color: rgb(132,57,57);}

.BGROUND	{background-color: rgb(221,221,221);}
