a:link
{
  color: Blue; 
  background-color: transparent; 
  text-decoration: none;
}

a:visited
{
  color: Gray;
  background-color: transparent;
  text-decoration: none;
}

a:hover
{
  color: Green;
  background-color: transparent;
  text-decoration: underline;
}

a:active
{
  color: Yellow;
  background-color: transparent;
  text-decoration: none;
}

body
{
	background-image: url(https://www.coutant.org/stripe.jpg);
	background-repeat: repeat-y;
}

h1
{
	font-family: Georgia, Palatino, serif;
	font-size: 24px;
	line-height: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	color: #ffcc00;
}

h2
{
	font-family: Georgia, Palatino, serif;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
}

h4
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: right;
}

h5
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
}

h6
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
}

p
{
	font-family: Georgia, Palatino, serif;
	font-size: 17px;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
}

ol,ul
{
	font-family: Georgia, Palatino, serif;
	font-size: 17px;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
}