/* style.css - a simple style sheet */
body {
  margin-left: 10%; margin-right: 10%;
  color: #98AFC7/*#6D7B8D*/; background: black;
}

A:link{color:white; text-decoration:none;}
A:visited{color:white; text-decoration:none;}
A:hover{color:white; text-decoration:underline;}
A:active{color:white; text-decoration:none;}


p
{
	font-family: "Garamond";
	font-size: 16px;
}
	
h2
{
	display: inline;
}

h3
{
	display: inline;
}

h4
{
	display: inline;
}

img.floatLeft{
float: left;
margin: 8px;
}

img.floatRight{
float: right:
margin: 8px
}

<style type="text/css">
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; }
</style>