/* 10/31/08 - created for RLG-GreatMoments.html */

BODY {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: black;
	background: #CCCCCC;
}

P {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: black;
	font-weight: normal;
}
H1 {
	font-size: 50px;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	color: teal;
margin-top: 0;
}
.pictureRight {
    float: right;
    margin: 10px 0px 10px 20px;
}
.pictureLeft {
    float: left;
    margin: 10px 20px 10px 0px;
}

#container
{
position: relative;
margin: 0 auto;
margin-top: 20px;
margin-left: 40px;
width: 690px;
background: #FFFFFF;
border: #000000 solid 1px;
padding-left: 8px;
padding-right: 8px;
}
