
body {

background-color:#66CC99;

	margin-left: 1%;
	margin-right: 1%;
	border: 10px solid green;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;

}

div #bd
{
border-top: 2px solid black;
border-bottom: 2px solid black;
}

img
{
margin:20px;
}

h1 {
font-size:300%;
font-weight:bold;
color:darkgreen;
margin-bottom:20px;
}

h2 {
font-size:150%;
color:green;
margin-top:40px;
margin-bottom:50px;
}


h3 
{
font-size:140%;
color:green;
margin-top:30px;
margin-bottom:15px;
}

h4

{
font-size:120%;
color:green;
margin-top:10px;
margin-bottom:10px;
}


h5
{
font-size:100%;
color:green;
margin-top:10px;
margin-bottom:10px;
}


li
{
font-size:90%;
color:black;
margin-top:20px;
margin-bottom:20px;

}


#speechbubble p
{
padding-left: 10px;
padding-right: 10px;
padding-top: 50px;
width: 400px;
}

#speechbubble
{
background-image:url(speechbubble.png);
background-repeat:no-repeat;
height:258px;
}

p
{
font-size:90%;
margin:20px;
}

