/* HairHaus File */


/* Define body background color & font */

body
{
  background-color: #FFFFFF;

}


/* Normal link - for home page tabs */

a.normal
{
  font-family: Bauhaus 93,helvetica;
  font-size: 20pt;
}

a.normal:link 
{
  color: #FF6600;
  text-decoration: none;

}
a.normal:visited
{
  color: #FF6600;
  text-decoration: none;

}
a.normal:hover
{
  color: #FF6600;
  text-decoration: underline;

}
a.normal:active 
{
  color: #FF6600;
  text-decoration: underline;

}


/* body link - for body tabs */

a.body
{
  font-family: Bauhaus 93,helvetica;
  font-size: 20pt;
}

a.body:link 
{
  color: #000000;
  text-decoration: none;

}
a.body:visited
{
  color: #000000;
  text-decoration: none;

}
a.body:hover
{
  color: #000000;
  text-decoration: underline;

}
a.body:active 
{
  color: #000000;
  text-decoration: underline;

}

/* Form Specifics */

td.dot
{
	color: #FF6600;
	text-align: center;
	text-decoration: bold;
}

td.home
{
	text-align= center;
	font-family= Bauhaus 93,helvetica;
	font-size= 14pt;
}

h1 {
	text-align= center;
	font-family= Bauhaus 93,helvetics;
}