/* Willamette Plastics stylesheets */


/* main body text style */

body, p, li, ul, table, tr, td { 

	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt; 

}

/* basic links */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}	


/* page header style */

.header {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12pt; 
	font-style: italic; 
	font-weight: bold
}

/* left navigation style */

.navigation {  font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #000000}

.navigation a:link { color: #000000; text-decoration: none; }
.navigation a:visited {	color: #000000; text-decoration: none; }
.navigation a:hover { color: #999999; text-decoration: underline; }
.navigation a:active { color: #999999; text-decoration: none; }

/* home page navigation style */

.homenav {  font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #999999}

.homenav a:link { color: #999999; text-decoration: none; }
.homenav a:visited {	color: #999999; text-decoration: none; }
.homenav a:hover { color: #666666; text-decoration: underline; }
.homenav a:active { color: #666666; text-decoration: none; }


/* style for directions on contact us page */

.red {  color: red}
.red a:link { color: red; text-decoration: underline; }
.red a:visited { color: red; text-decoration: underline; }
.red a:hover { color: #999999; text-decoration: underline; }
.red a:active { color: red; text-decoration: none; }

/*  styles on products page */

.productType {  font-family: Verdana, Arial, sans-serif; font-size: 12pt; font-style: italic}

.productSample {  font-family: Verdana, Arial, sans-serif; font-size: 9pt}

