		body{
			background-color: #7C4C35;
		}
		a.fancy_link{
			color: red;
			text-decoration: none;
			text-transform: capitalize;
		}
		a.dull_link{
			color:black;
			text-transform: uppercase;
		}
		p{

			margin-bottom: 0px;
			margin-top: 0px;
		}
		div.floating_left{
			height:150px; width:150px; background:green;position:relative;float:left;
		}
		div.floating_right{
			height:150px; width:150px; background:green; position:relative;float:right;
		}