/*Cascading Style Sheet for Hynes Restaurant*/

/* Body font styles */
Body { font-family: Arial, Verdana, sans-serif }

/* Anchor Styles */
A { text-decoration: none;
    color: green; }

/* Additional Anchor Styles */	
A:hover { text-decoration: none;
		  color: red }
		  /*background-color: red }*/
		  
span.color{ font-family: Arial, Verdana, sans-serif; color:#009933; font-size: 10 pt}

p.smaller{ font-family: Arial, Verdana, sans-serif; color:#009933; font-size: 10 pt}

h1.index{ font-family: Arial, Verdana, sans-serif; color:#009933; font-size: 36 pt}
		  
p.signature{ font-size:10 px;font-family: Arial}


