/* CSS Document */

body {
	font-family: Georgia, times, serif;
}
p {
	font-family: Georgia, times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 22px;
	color: #222;
	text-decoration: none;
}

h1
{
    font-family: Helvetica, arial, sans-serif;
	margin: 0 0 0.75em 0;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: bold;
    color: #222;
}

h2
{
    font-family: Helvetica, arial, sans-serif;
	margin: 0 0 0.75em 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: normal;
    color: #222;
}

h3
{
	font-family: Helvetica, arial, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.5em;
	color: #222;
	text-decoration: none;
}

h4
{
	font-family: Georgia, times, serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.5em;
	color: #222;
	text-decoration: none;
}

a:link {
	font-family: Georgia, times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid rgb(0,255,0);
	}
	
a:visited {
	font-family: Georgia, times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid rgb(0,255,0);
}
a:hover {
	font-family: Georgia, times, serif;
	font-style: none;
	font-weight: normal;
	font-variant: normal;
	color: #222;
	background-color: rgba(0,255,0,0.25);
	border-bottom: 1px solid rgb(0, 0, 0);
}
a:active {
	font-family: Georgia, times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #222;
	background-color: rgba(0,255,0,0.7);
	border-bottom: 1px solid rgb(0,0,0);
}
a {
	font-family: Georgia, times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #222;
	border-bottom: 1px solid rgb(0,255,0);
}

