/* "This is the style sheet for Bobby Jo's web site "*/
/**Ellyn Crews **/

BODY		{
 	background-image: url("../images/bground2.jpg");
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: right top;
   background-color: #FFFFFF;
		color: #666666;
		font-family: Times;
		font-size: 14px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		}

a:link		{
		color: #0000CC;
		text-decoration: none;
  		font-size: 16px;
		font-weight: normal;
		background-color:#FFCC99
		}

a:visited	{
		color: #0099FF;
		text-decoration: none;
  font-size: 16px;
		font-weight: lighter;
		background-color:#FFCC99
		}

a:hover	{
		color: #00FFFF;
		text-decoration: underline;
  font-size: 16px;
		font-weight: bold;
		background-color:#FFCC99
		}


P		{
  font-size:  16px;
  text-decoration: none;
		margin-left: 3px;
		margin-right: 3px;
		}