body {
	background-color: #FFFFFF;

}


p {

	color: #000000;
	font-family: times;
	font-size: 14px;
	font-weight: normal;

}

p.path {

	color: #0000CC;
	font-family: times;
	font-size: 14px;
	font-weight: normal;

}

p.src {

	color: #008800;
	font-family: Courier New;
	font-size: 12px;
	font-weight: normal;

}


h1 {

	color: #000000;
	font-family: times;
	font-size: 40px;
	font-weight: bold;
}

h2 {

	color: #000000;
	font-family: times;
	font-size: 25px;
	font-weight: bold;
}

h3 {

	color: #000000;
	font-family: times;
	font-size: 18px;
	font-weight: bold;
}


a:link {
	color: #CC1100;
	border: none;
}

a:visited {
	color: #CC1100;
	border: none;
}

a:active {
	color: #EF5C4F;
	border: none;
}

a:hover {
	color: #EF5C4F;
	border: none;
}



a.logo:link {
	color: #FAE1B8;
	text-decoration:none;
}

a.logo:visited {
	color: #FAE1B8;
	text-decoration:none;
}

a.logo:active {
	color: white;
	text-decoration:none;
}

a.logo:hover {
	color: white;
	text-decoration:none;
}




