

/* Generic Selectors */

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #F9F9F9;
	line-height: 150%;
}


p {
  margin: 10px;
}

li {

list-style-type: disc;

line-height: 150%;

}

}

h1 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-top: thick;
}

h2 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #C6EC8C;
}

 

/**************** Pseudo classes ****************/

a:link {

color: #00CC00;

text-decoration: underline;

font-weight: bold;

}

li :link {

color: #00CC00;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #00CC00;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: #00CC00;

text-decoration: none;

font-weight: bold;

}

a:hover {
	color: green;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
}

li a:hover {
	display: block;
	color: green;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;
}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************* ID's *************************/


#centerDoc {
	position: absolute;
	padding: 50px 20px 20px 20px; /*top right bottom left*/
	margin-top: 50px;
	margin-left: 225px;
}
