/* External Style Sheet */
/* tpufc.css */
BODY
	{
	background-color: #FF0000;
	scrollbar-face-color:#FF0000;
  	scrollbar-shadow-color:#000000;
  	scrollbar-highlight-color:#FFFFFF;
  	scrollbar-3dlight-color:#000000;
  	scrollbar-darkshadow-color:#FFFFFF;
  	scrollbar-track-color:#000000;
  	scrollbar-arrow-color:#FFFFFF;
	}
H1
  {
  font-family: arial;
  font-weight: bold;
  font-size: 18pt;
  text-decoration: underline;
  }
H3
  {
  font-family: arial;
  font-weight: bold;
  }
A:link {color: #0000FF; text-decoration: none; font-weight: bold}
A:active {color: #0000FF; text-decoration: none; font-weight: bold}
A:visited {color: #0000FF; text-decoration: none; font-weight: bold}
A:hover {color: #993399; text-decoration: none; font-weight: bold}
