/* style.css - "house style" for pccfilm.com's pages */
/* thanks to Christopher Davis' css, from :http://www.kei.com/homepages/ckd/web-design/stylesheets.html*/
/* Uses the "standard 16" color names:
   aqua, black, blue, fuchsia, gray, green, lime, maroon,
   navy, olive, purple, red, silver, teal, white, and yellow */

BODY { margin-left: 2%;margin-right: 2%;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: normal;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}
 H1, H2, H3, H4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	background: transparent;
}

H1 { font-style: normal: center;
}

.subhead {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;	
}

H2 {
	text-align: center;
	
}

H3 {font-size: small;
	text-align: left;
	margin-left: 2%;
}

H4 { font-size: x-small;
	text-align: left;
	margin-left: 3%;
	
}

HR {
	color: #006600;
}

A:link { font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	font-style: normal;
	color: blue;
	background: transparent;
}
A:visited {
	font-size: small;
	background: transparent;
	color: purple;
}
A:active {
	font-size: small;
	background: "#CCFFFF";
	color: red;
}

UL, OL, DL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: normal;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	line-height: normal;
	margin-left: 2%;
	margin-right: 2%;
}

.nav_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	padding: 0%;
}
