﻿
/*
   Snappers Waterfront Cafe Style Sheet
   Author: Rick Saunders
   Date:   10/12/09

   Filename:         snap.css
   Supporting Files: none

*/

body		{background-color: #FFFFCC}

a			{color:#509DCA;
	         font-family:Arial}
	     
h1			{color:#669866;
			 font-family:Comic Sans MS;
	         font-size: 2em;
			 letter-spacing: 0.4em;
			 text-align:center}
			 
h2			{font-family:Comic Sans MS;
			 color:#FF6699}

h3			{font-family:Comic Sans MS;
			 color:#669866;
			 text-align:center}

p			{font-family:Comic Sans MS;
	         font-size:medium;
			 color:#669866;
			 padding-left:50px;
			 text-align:left}
			 
links		{color: #339933;
			 border-left-width:1;
			 border-left-style:solid;
			 float:left;
			 height:auto;
			 width:50px;
			 padding-left:0px}
			 

 