/*Links*/
A:link  {
	color : #008080;
}

A:active  {
	color : #008080;
}

A:visited  {
	color : #008080;
}

A:hover  {
	color : #33CCCC;
}
a.subtle {
	text-decoration: none;
	color: black;
	border-bottom: thin dotted #008080; 
}
a.subtle:visited {
	text-decoration: none;
	color: black;
	border-bottom: thin dotted #008080; 
}
a.subtle:active {
	color: #008080;
	text-decoration: underline;
	border: none;
}
a.subtle:hover {
	color: #008080;
	text-decoration: underline;
	border: none;
}

/*Tables*/
TH {
	font-weight : bold;
	font-style : italic;	
}
