@charset "utf-8";



/*

Cascading Style Sheet for Hairy Biz Website  - hb1.css

Last updated 6/12/2023 by Susan Miller - GGM81@aol.com and again 7/10/2023-10:19am. to change body width from 950px to 918px and to change width of links table to 66%. and again 7/22/2023-1:45pm by Susan Miller-->

Dark gray #6A6A6A; light gray #A4A4A4; medium gray #848484; dark maroon #84180E; brighter red #AB0102. 

Note the pound sign # matches an ID on the page and a period . matches a class on the page.

*/


body {
	width: 918px;
 	margin: 0px auto 0px auto;		
 	padding: 0;
	background-color: #A4A4A4; - light gray	
 	border: 2px solid #FF0000; - bright red
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .95em; 
	line-height: 1.4em;
	color: white; }
	
h1 {
	font-family: "Monotype Corsiva", "Apple Chancery", "Times New Roman", Times, serif;
	font-size: 2.8em;
	color: white;
	font-style: italic;
	text-align: center;
	line-height: .7; }  
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	font-weight: bold;
	background-color: #A4A4A4; - light gray		
	color: white;	
	text-align: center;
	line-height: .9em; }	
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	background-color: #A4A4A4; - light gray
	font-weight: bold; }	
	
h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	background-color: #A4A4A4; - light gray
	font-style: italic; }
	
.timesitalic {	
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	color: white; 
	line-height: .8; }	
	
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	color: white; }	
	
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	text-align: center; }	
	
.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: white;
	line-height: 1.2em;
	text-align: center; }

.bottom {
	font-family:  "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-top: 2px; } 
	
/*This is the default link style for any links that do not have a specific class shown.  */



a:link { 
	color: white;
	font-weight: bold;
	text-decoration: underline; }


a:visited { 
	color: #F4F1F1; - white
	text-decoration: underline; }



a:hover { 
	color: #3333FF; - bright blue
	font-weight: bold;
	text-decoration: underline; }

a:active { 

	color: #009999; - turquoise
	font-weight: bold;
	text-decoration: underline; }
	
table.links {
	border: 2px solid white;
	border-collapse: collapse;
	color: white;
	width: 66%;
	border-collapse: collapse;
	background-color: #AB0102; - darker red
	
td.linksa {
	border: 2px solid white;
	color: white; }

