a:active     {
	color: Gray;
}
a:hover      {
	color: Maroon;
}
a:link       {
	color: Blue;
}
a:visited    {
	color: Green;
}
body         {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	color: #663300;
	background-image: url(images/Back_01.gif);
	background-attachment: fixed;
	margin: 1em;
}
h1,h2,h3,h4,h5,h6            {
	font-family: "Comic Sans MS";
}
h1           {
	font-size: 36pt;
	color: #663300;
	font-weight: bold;
}
h2           {
	font-size: 24pt;
	color: #663300;
	font-weight: bold;
}
h3           {
	font-size: 18pt;
	color: #663300;
	font-weight: bold;
}
h4           {
	font-size: 14pt;
	color: #663300;
	font-weight: bold;
}
h5           {
	font-size: 12pt;
	color: #663300;
	font-weight: bold;
}
h6           {
	font-size: 10pt;
	color: #663300;
	font-weight: bold;
}
