BODY {
background-image: url(images/index.html\in_bg.jpg);
font-family:	"Georgia", serif;
font-size: medium;	}

h1, h2, h3, h4, h5, h6, th, dt	{
	color: yellow;
	font-family:	"Georgia", times, serif; }

a:link {
font-family: "Georgia", serif;
color: #B5B5FF;
  text-decoration: none;
  font-variant: normal;

}

a:visited {
text-decoration: none;
color: #B5B5FF;
font-family: "Georgia";
}

a:active {
text-decoration: none;
  color: #FF8040;
  font-family: "Georgia";
}

a:hover {
text-decoration: none;
font-variant: normal;
font-family: "Georgia";
color: #F1520E;
}