/* ############ Stylesheet for Pathlab site ########################################## */
/* see http://www.htmlhelp.com/reference/css/structure.html */
  .dev { text-decoration: none; font-size: 90%; font-weight: normal; color: #00cc00;}
  
/* ############ General ########################################################### */
  body		{ background-color: White; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}
  body,p,td,th,ul,li,a	{	font-size : 10pt%;}                            /* size */ /* was 10pt */
  body,p,td,th,ul,li,a	{	font-family : Arial, Helvetica, sans-serif;}   /* font-family */
  body,p,td,th,ul,li,a	{	color : #000000;}                              /* color */
  
/* ############ Headings ########################################################## */
/* size */
  h1					{ font-size: 175%;}
  h2					{ font-size: 130%;}
  h3					{ font-size: 115%;}
  h4          { font-size: 100%;}
  h5          { }
/* font-family */
  h1,h2,h3,h4,h5		{ }
/* colour */
  h1,h2		{color: #3366FE; }
  h3,h4,h5		{color: #000000; }
/* other */
  h4,h5		{ margin-top: 20px; margin-bottom: 5px;}

/* ############ Links ############################################################ */
  a {color: #3366FE;}/* was same as body text */
  /*  a:link {color:"#3366FE";} */
  a:active {color:"#3366FE";}
  a:visited {color:"#3366FE";}
  a:hover {color:"#3366FE";}

/* ############ Other ############################################################ */
  small	{font-size: 75%;}
  .small	{font-size: 75%;}
  
  td.contacts   {font-size: 80%;}  

/* ## end ## */