p {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFF00;
	background-image: url(img/bg1.jpg);

}
A:link	{ text-decoration: none; color: #660000;   font-weight : bold;   }
A:visited	{ text-decoration: none; color: #660000;  font-weight : bold;   }
A:active	{ text-decoration: none; color: #660000;  font-weight : bold;    }
A:hover	{ text-decoration:blink; color: #FFA500; }

