/* FILE NAME: 'gg-styles.css' */	
		
/* ABSOLUTE LINK: 'http://www.gourmetgossip.com/styles/gg-styles.css' */



/* ------------ these are font types, they show size, face, coloretc.---------------
------------ ex. <font class="t-reg> Text to be modified </font>----------------*/
	.drop-down {font: 11px/normal Arial, Helvetica, Verdana, san-serif; color: #999999; }
	
	.t-norm {font: 11px/normal Arial, Helvetica, Verdana, san-serif; color: #000000; }
	
	.t-blue {font: 12px/normal Arial, Helvetica, Verdana, san-serif; color: #336699; }
	
	.t-norm-italic {font: 12px/normal Arial, Helvetica, Verdana, san-serif; color: #000000; font-style: italic }
	
	.t-norm-bold {font: bold 11px/normal Arial, Helvetica, Verdana, san-serif; color: #000000; font-weight: bold; font-style: bolder;}
	
	.t-reg-bold-italic {font: 12px/normal Arial, Helvetica, Verdana,san-serif; color: #000000; font-weight: bold; 
		text-decoration: italic,emphasis}
	.header {  font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bolder; color: #990033; font-style: bold;}
	.t-yellow {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font style: oblique, italic; color: #FFFF33;}
	.category {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bolder; color: #990033; font-style: bold;}
/*-----------------------THIS APPLIES TO <H> TAGS---------------------------------------*/
	
	H1 {font: bolder 14pt/normal Arial, Helvetica, Verdana, san-serif;  color:#990033;}
	
	H2 {font: bold normal 16px/normal Arial, Helvetica, Verdana, san-serif; color:#990033;}
	
	H3 {font: 16px/normal Arial, Helvetica, Verdana, san-serif; color: #ffffff; font-weight: bolder; font-style: bold; }
	
	H4 {font: 15px/normal Arial, Helvetica, Verdana, san-serif;  color:#000000;  font-weight: bold; font-style: bold;}
        
/* ----------------------This applies to all <p>tags-----------------------------------*/

p {font: 12px/normal Arial, Helvetica, Verdana, san-serif; color:#000000; }

/* ------------------------------End font types---------------------------------------*/

/*-------------------------------Link Properties--------------------------------------*/

a {text-decoration: none; font: bold 12px "bold Arial", Helvetica, Verdana, san-serif; color: #990033;}

A:active {color:red;  background: rgb(204, 227, 153);}
A:hover {color: #cc0033; text-decoration: underline;}
A:link {background: none; color: #000066;}
A:visited {color: #000066;} 



