/* 'A Leaf' CSS - http://gregdev.net */

body {
	font-family: Tahoma,sans-serif;
	color: black;
	text-align: center;
	background: #ffffff;
}

h1 {
	color: #B00000;
	font-size: 28pt;
	text-align: center;
}

h2 {
  padding: 0px;
  margin: 0 0 5 0px;
	font-size: 16pt;
	color: #316424;
	background: transparent;
}

p {
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
  line-height: 1.4em;
  text-align: justify;
  color: #07294b;
}

ul{
  padding: 0px;
  margin: 0 0 0 15px;
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
  line-height: 1.0em;
  text-align: left;
  color: #07294b;
}
li {
  margin-bottom: 5px;
}
p.links {
  text-align: left;
  color: #ffffff;
}
ul.links {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.links li{
  margin-bottom: 10px;
  font-weight: bold;
}
a {
	text-decoration: none;
	color: #CCCCFF;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:visited {
	color: #ffB080;
}
a:visited:hover {
	color: #ff723f;
	text-decoration: none;
}
