/* CSS Document */

body {font-family: "Courier New", Courier, monospace;
	  font-size: 12px;
	  color: #333333;}


A:LINK    {color: #990000; }
A:VISITED {color: #990000; }
A:HOVER   {text-decoration : none;}

		 
.tagrey { border-style: solid;
         border-width: 1px;
		 border-color: #999999;
		 border-bottom: none;
		 border-top: none;}
		 
.lineagrey { border-style: dashed;
         border-width: 1px;
		 border-color: #999999;
		 border-left: none;
		 border-right: none;
		 border-top: none;}
