body {background-color: ghostwhite}

p 
{ 
margin: 8;
width: 800
}

p.fullwidth 
{ 
margin: 0
}

table.fullsize	
{ 
  cellpadding: 4; 
  width: 800;
  border-width: 0;
  cellspacing:0
}	

table.bordertable
{
  cellpadding: 20; 
  width: 400;
  border-style: solid;
  cellspacing: 20;
  border-color: black;
  border-width: 1
}

table.sitelinks	
{ 
  cellpadding: 4; 
  width: 800;
  border-style: dotted;
  border-width: 1;
  cellspacing: 0;
  border-color: silver
}

hr.topbottom	
{
  color="gray";
}

h1		
{
  font-family: "Arial";
  width: 800
}
		
h2		
{
  font-family: "Arial";
  width: 800
}

h3
{
  font-family: "Arial";
  color: "#330033";
  width: 800
}

a:link          
{
  color: black;
}

a:visited       
{
  color: black;
}

a:active        
{
  color: black;
  text-decoration: none;
}

a:hover         
{
  color: brown;
}


<!-- FAQ Composer -->
h1.fc_productservice {color:black}
h2.fc_category {color:Navy}

hr.fc_productserviceseparator {color:ghostwhite}
hr.fc_questionseparator {color:ghostwhite;height:0px;}

a.fc_question {}
a.fc_see {}

a.fc_index {}
a.fc_top {}

br.fc {}

p.fc_question {color:Teal;font-weight:bold}
p.fc_answer {color:black}
p.fc_see {color:black}
p.fc_copyright {font-size:smaller;font-style:italic}

ul.fc_question {}
li.fc_question {}

li.square {list-style-type:square}

li.circle {list-style-type:circle}