	body {
		background: #0000B4;
		background-image: url(balloon.gif);
		font-family: comic sans ms, arial, sans-serif;
		color: White;
	}

h1 { 	font-size: 400%;  
		font-weight: normal;
		font-family: comic sans ms, arial, sans-serif;
		color: White;
		text-align: center;
  }

h2 {
		font-size: 250%; 
		font-weight: bold;
		color: White;  
		margin-top: 0em;
		margin-bottom: 0em;
}

h3 { 	font-size: 150%;  
		font-weight: bold;
  }

a:link {
	color: #C8C8FF;
		text-decoration: none;
	}
    a:hover {
		text-decoration: underline;
		color: Yellow;
	}
	a:visited{
		color:#C0C0C0;
		text-decoration: none;
	}

hr {
	color: #8080FF;
	margin: 10px 20px 10px 20px;
}

.smaller {font-size: smaller;
}

.cartouche {
	margin:2em;
	padding:1em;
	background-color: #000060;
	border: double #8080FF;
}

p.caption 	{
	margin-top:1em;
	margin-bottom:0em;
	font-size: 80%;
}

p.clear	{
	font-size: 1px;
	margin: 0px;
	clear: both;
}