body 

{
 
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	margin-left: 3%;
	margin-right: 3%;
	color: black; 
	font-family: "Century Gothic", sans-serif;
	font-size: 14pt;
}

h1
{
	font-size: 40pt;
	text-align: center;
	color: #FF3300; /*bright red*/
}

p.section1
{
	margin-right: 2%;
}

p.section2
{
	margin-left: 23%;
}

p.emphasis
{
	font-size: 18pt;
	font-style: italic;
	color: #660000; /*maroon*/
	margin-left: 23%;
}

p.writer
{
	font-size: 11pt;
	margin-left: 23%
}

a:link 
{
	color: #FF6600; /*orange*/
	font-weight: bold;
	text-decoration: none;
}

a:visited 
{
	color: #FF6633; /*dark orange*/
	text-decoration: none;
}

img.image1
{
	float: left;
	padding: 2%;
}

img.image2
{
	float: right;
	padding: 2%;
}

li.style
{
	font-style: italic; 
	font-size: 10pt;
	margin-left: 23%;
}