html 	{
	margin: 0;
	padding: 0;
	}

body	{
	color: #48270E; 
	background-image: url(element5.jpg); 
	background-attachment: fixed;
	margin: 0; 
	padding: 0;
	}


a:link	{
	
	text-decoration: none;
	color: #000080;
	
	}

a:visited {

	text-decoration: none;
	color: #000080;
	  }

a:hover	{
	text-decoration: underline; 
	color: red;

	}


a:active {
	text-decoration: none;
	color: #000080;
	 }

p	{

	font-family: georgia, sans-serif;
	font-size: 85%;

	text-align: center;
	font-weight: bold;
	font-style: oblique;


	}



p.hours	{

	font-family: arial black;

	}



p.letteraddy	{

	font-weight: 600;
	text-align: left;
	font-style: normal;

		}

p.letters {

	text-align: left;
	font-style: normal;
	font-weight: normal;

	 }	


p.normal {


	 }

p.blog	{

	font-weight: bolder;
	font-style: oblique;
	font-size: large;

	}

