
/* -----------------------------------------------------------------------

Master stylesheet for Pennzoil 10 Minute Oil Change website
Author           Rick Knight <knight@microteck.com>
Version          1.1
Created          12 June 2002
Last-Modified    12 June 2002

----------------------------------------------------------------------- */

/* basic headlines */

.subhead1 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 26px;
					line-height: 18pt;
					font-style: normal;
 					font-weight: bold; 
					color: #666666}

.subhead2 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 14px;
					line-height: 18px;
					font-style: normal;
					font-weight: bold;
					color: #666666}

.subhead3 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 14px;
					line-height: 18px;
					font-style: normal;
					font-weight: bold;
					color: #FF0000}

/* 	basic black text */

.bodytext		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					line-height: 14px;
					font-style: normal;
					font-weight: normal;
					color: #000000}
			
.bodybold 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					line-height: 14px;
					font-style: normal;
					font-weight: bold;
					color: #000000}

.bodyitalic 	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					line-height: 14px;
					font-style: italic;
					font-weight: normal;
					color: #000000}
			
.underline		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					line-height: 14px;
					font-style: normal;
					font-weight: bold;
					text-decoration: underline;
					color: #000000}

/* Style for legal disclaimers */
	
.legal 			{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					line-height: 11px;
					font-style: normal; 
					font-weight: normal;
					color: #666666}
			
/* 	Link styles change only color of text.
	Basic style of text must be applied separately.*/
	
a:link 			{ 	color: #666699;
					text-decoration: none}
			
a:hover 		{ 	color: #666699;
					text-decoration: none}
			
a:active 		{ 	color: #666699;
					text-decoration: none}

a:visited 		{ 	color: #666699;
					text-decoration: none}