﻿.commonTable a:link {text-decoration:none; color: black;}    /* unvisited link */
.commonTable a:visited {text-decoration:none; color: black;} /* visited link */
.commonTable a:hover {text-decoration:none; color: black;}   /* mouse over link */
.commonTable a:active {text-decoration:none; color: black;}  /* selected link */

/**
*
* TYPOGRAPHY
*
*/

/* USED if GSDOriginal is true */
.fontRed a:link, .fontRed a:visited, .fontRed a:hover, .fontRed a:active { 
	color: red;
}

.fontRed {
	color: red;
}

/* USED if Valid is true */
.fontGreen a:link, .fontGreen a:visited, .fontGreen a:hover, .fontGreen a:active {
	color: green;
}

.fontGreen {
	color: green;
}

/* Used if Status is equal to missapplied name */
.fontGray a:link, .fontGray a:visited, .fontGray a:hover, .fontGray a:active {
	color: gray;
}

.fontGray {
	color: gray;
}