﻿a:link { 
	color: #999999;
	text-decoration: none;
	}
a:visited { 
	color: #999999;
	text-decoration: none;
	}
a:hover { 
	color: #000000;
	background-color: #eee;
	text-decoration: none;
	}
a:active { 
	color: #999999;
	text-decoration: none;
	}
.etext	{  
    color:#333;
    font-family: Arial, Verdana;
    font-size:small;
    background-color:#ff3;
    }

table.cellborder1 {
	border: 2px dotted #dddddd;
	width: 100%;
    }

table.cellborder2 {
	border: 1.5px dashed #ff0000;
	width: 100%;
    }

table.cellborder3 {

	border: 1.5px dashed #9966FF;
	width: 100%;
    }

table.cellborder4 {
	border: 1.5px dashed #00ff00;
	width: 100%;
    }
