body
{	background-position: 99% 0%;
	background-image: url(beerstodogs.jpg);
	background-repeat: repeat-y;
	background-color: #b42b00;
	background-attachment: fixed;
}	

A:link { color:  #ffffff }
A:hover { color: #F5ED0A; 
font-family: Courier;
font-size: 30px;
font-weight: bold;
font-style: italic;
text-decoration: overline;
 }
A:visited {color: #55DCCE}

p
{ position: relative; left: 1%; width: 53%; 
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	background-color: #66ffff;
	padding: 1em;
	border-style:outset;
	border-width:10px;
	border-color: #ffffff;
}