/* File name:                                             */
/*     stylePPT.css                                       */
/* Adapted from:                                          */
/*     http://www.unh.edu/NIS/Courses/CSSintro/Examples/  */
/* Style sheet for www.plasticsplus.com                   */
/*                                  rlpjr. 2/09           */

/* <link href="stylePPT.css" rel="stylesheet" type="text/css">  */

body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
        width: 800;
        margin: 8;
	}


/*   Example from the Faultline Site mod by Bristol Web   */

.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.bwd {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.body {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
        width: 800px;
        background-color: white;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
