/*
order rules:

a:hover MUST come after a:link and a:visited
a:active MUST come after a:hover
*/

a.greenlink:link {color: #008000;}
a.greenlink:visited {color: #008000;}
a.greenlink:hover {color: #804000;}
a.greenlink:active {color: #808000;}

/* class */
/* 	border: 1px solid red; class must be applied separately to table, tr, td */
.table1
{
	border-collapse: collapse;
}