td			{font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: #FFFFFF; line-height: 140%}

.blank		{font-size: 1pt}
.banner		{font-family: "Verdana"; font-size: 11pt; color: #FFFFFF; font-weight:bold}
.tbox		{border-right: #1C4C78 1px solid; border-top: #1C4C78 1px solid; border-left: #1C4C78 1px solid; border-bottom: #1C4C78 1px solid; 
			 width: 125px; height:19px; background: #D6FFE9; font-family: "verdana"; font: 8pt;}

A:link		{color: #BBFF63; text-decoration:none}
A:visited	{color: #BBFF63; text-decoration:none}
A:hover		{color: #EFF21A; text-decoration:underline}

/* Keep text within bounds so readable. Maye this should be on body? */

p
 {max-width: 18cm; }
ul
 {max-width: 18cm; }
ol
 {max-width: 18cm; }

p.note
  {font-style: italic;
   font-weight: lighter;
   font-size: 90% ;      }

p.warning {color:red;
           background-color:white;
           border-width: medium;
           border-color: yellow
 }
/* Ok for red colour blind people? Differs in both R and B. */
