.portal table{
  width:  540px;
  padding-top: 20px;
}
tr.tool{
  background-color:  rgb(254,245,215);
}

tr#tool{
  background-color:  rgb(254,245,215);
}

#business tr{
  background-color:  rgb(235,255,255);
}

#occupations tr{
  background-color:  rgb(238,238,255);
}

#employment tr{
  background-color:  rgb(255,240,240);
}

#education tr{
  background-color:  rgb(243,233,222);
}

tr.resource{
  background-color:  rgb(240,240,255);
}
.portal table th{
  color:  darkred;
  font-size:  22px;
  padding:  20px;
}

.portal table td{
  padding:  10px;
}

#wiredintro {
  font-style: italic;
  font-size:  12px;
}


#wiredintro a{
  display: inline;
}



.portal table td.item{
  font-size: 16px;
  font-weight: bold;
  width:  120px;
}


.portal table td.subheader{
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: darkred;
}

.portal a{
  text-decoration:  none;
  display: block;
}

.portal a:hover{
  text-decoration:  underline;
}
