/*
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;
}

/* FOR LARGER CHECKBOXES AND RADIO BUTTONS THIS WORKS BEST FOR WIN AND MAC */
/* SEE ALSO fg-input-border-frustration.css */

input[type=radio] {
    transform: scale(1.2);
}
input[type=checkbox] {
    transform: scale(1.3);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
