/* index.css for "Programming for Voyage200 2k4" */

body {
	line-height:200%;
	font-family:Georgia,"Times New Roman";
	background-color:white;
}

h1 {
	text-align:left;
	margin:0px;
}

h2 {
	color:black;
	margin:0px;
	background-color:powderblue;
}

p {
	margin:0px 10px 20px 10px;
	text-indent:1em;
}

p.image {
	text-align:center;
	font-size:smaller;
}

div.header {
	text-align:right;
	font-size:smaller;
}

div.section {
	margin-bottom:20px;
	border:thin solid powderblue;
}

div.footer 
{
	text-align:right;
	font-style:italic;
}