/* CSS Document - for Peter Paulsen website*/

<!--
body {
	color: #EEE0D5;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; line-height:1.2em;
	background:url(images/background2.jpg);}
	h1 {color: white; line-height:1.2em;}
	h2 {color:#0099CC; line-height:1.2em;}
	h3 {color:#FF0000; line-height:1.2em;}
#mainbody {border-left: solid thin #888888;}
.mainmargins {text-align:left; margin-left: 8px; margin-right: 8px;}

a:link {color:#FFDD00; font-weight: medium;}
a:visited {color:#DDDDAA; font-weight: medium;}
a:hover {color:#FF9966; font-weight: medium;}
a:active {color:#FF9966; font-weight: medium;}
td#links {vertical-align: top;}
.img-right {float:right; margin: 0 5px 20px 40px;}
.img-left {float:left; margin: 0 20px 0px 20px;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; margin-left: 8px;}
.fltlft { /* this class can be used to float an element left in your page */
	float: left; margin-right: 8px;}
.clear {clear: both;}
.text-right {text-align:right; margin-right: 8px; letter-spacing: 0.05em;}

-->