* {margin: 0}
* {padding: 0}

body { 
font-size: 100%; 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-weight: normal; 
font-style: normal; 
background-color: #99cc99;
margin: 20px;
}

h1 { 
color: white; 
font-size: 0.9em; 
font-weight: normal; 
}


h1 a:link {
text-decoration: none;
color: #ffffff;
}

h1 a:visited {
text-decoration: none;
color: white; 
}

h1 a:hover {
text-decoration: underline; 
}

h1 a:active {
color: #cccc00; }

h2 {
color: #006600; 
font-size: 1.3em; 
font-weight: bold; 
margin-bottom: 0.5em;
}

h3 {
color: #cccc00; 
font-size: 0.9em; 
font-weight: bold; 
margin-bottom: 0.5em;
}

h4 {
color: #ffffff; 
font-size: 0.7em; 
font-weight: normal;
padding-top: 0.5em;
padding-bottom: 0.5em;
}

p { 
color: black; 
font-size: 0.8em; 
margin-bottom: 0.9em;
line-height: 1.2em;
}

p a:link {
text-decoration: underline;
color: #006600;
}

p a:visited {
text-decoration: underline;
color: #cccc00; 
}

p a:hover {
text-decoration: none; 
}

.note { 
color: black; 
font-size: 0.7em; 
margin-bottom: 0.8em;
line-height: 1.1em;
}

ul{
	padding-left: 15px;
}

ul li {
	list-style-type: disc;
	color: #cccc00;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.3em;
	line-height: 0.9em;
	}
	
ul li span {
	font-size: 0.7em;
	font-weight: normal;
	color: black;
	}
	
li a:link {
text-decoration: underline;
color: #006600;
}

li a:visited {
text-decoration: underline;
color: #cccc00; 
}

li a:hover {
text-decoration: none; 
}	

#lined ul{
padding: 0px;
}

#lined ul li {
list-style-type: none;
color: black; 
font-size: 0.8em;
font-weight: normal;
line-height: 1.2em;
padding: 0 0 0.9em 0;
margin: 0 0 0.9em 0;
border-bottom: 1px dotted #cccc00;
	}

#infobloc {
background-color: #ffffcc;
padding: 0.8em;
margin-bottom: 0.9em;
margin-top: 0.9em;
border-bottom: 1px dotted #cccc00;
border-top: 1px dotted #cccc00;
}

#infobloc h1 {
color: #006600; 
font-size: 0.8em; 
font-weight: bold; 
margin-bottom: 0.5em;
}

#infobloc h1 a{
color: #cccc00; 
font-size: 0.8em; 
font-weight: normal;
text-decoration: underline;
}

#infobloc h1 a:hover{
text-decoration: none;
}

#infobloc p { 
color: black; 
font-size: 0.8em; 
margin-bottom: 0.4em;
}

#quotebloc {
padding: 0px 20px;
margin-bottom: 0.9em;
}

#quotebloc p { 
color: #006600; 
font-size: 0.9em; 
line-height: 1.6em;
}

#quotebloc p span { 
color: #006600; 
font-weight: bold;
}

#imagebloc img{
margin-bottom: 20px;
}