/*This is the STANDARD Tau stylesheet... I may set up others for holidays or the like*/


A:link { /* A nonsecured link */	COLOR: #700000; /*The color of the link*/	TEXT-DECORATION: NONE;}A:visited { /* A nonsecured link */	COLOR: #404040; /*The color of the visited link*/	TEXT-DECORATION: UNDERLINE;}A:hover { /* A nonsecured link */	COLOR: #bfbfbf; /*The color of the mouseover or 'hover' link*/	TEXT-DECORATION: UNDERLINE;}.Link1 A:link { /* A nonsecured link */	COLOR: #700000; /*The color of the link*/	TEXT-DECORATION: NONE;}.Link1 A:visited { /* A nonsecured link */	COLOR: #404040; /*The color of the visited link*/	TEXT-DECORATION: NONE;}.Link1 A:hover { /* A nonsecured link */	COLOR: #bfbfbf; /*The color of the mouseover or 'hover' link*/	TEXT-DECORATION: UNDERLINE;}.Link2 A:link { /* A secured link */	COLOR: #700000; /*The color of the link*/	TEXT-DECORATION: NONE;}.Link2 A:visited { /* A secured link */	COLOR: #404000; /*The color of the visited link*/	TEXT-DECORATION: NONE;}.Link2 A:hover { /* A secured link */	COLOR: #000000; /*The color of the mouseover or 'hover' link*/	TEXT-DECORATION: UNDERLINE;}/*end links*//*We will use this block to represent the rest of the links on the bottom of the page*/.Link3 A:link { 	COLOR: purple; /*The color of the link*/	font-family: Verdana, Arial, Helvetica;	font-size: 10px;		TEXT-DECORATION: NONE;}TD {	FONT-SIZE: SMALL; FONT-FAMILY: Verdana,Arial,Helvetica}TH {	FONT-SIZE: X-SMALL; TEXT-DECORATION: BOLD; FONT-FAMILY: Verdana,Arial,Helvetica}BODY { 
background-image: url(newimgs/back.jpg);scrollbar-base-color: red; scrollbar-arrow-color: gray;scrollbar-DarkShadow-Color: #300000;FONT-SIZE: X-SMALL; FONT-FAMILY: Verdana,Arial,Helvetica}