body     { font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; background-image: url(media/button_back.jpg); margin-top: 0px }
p, td       { color: white; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif }

.Times  { color: #dc143c; font-style: italic; font-size: 24px; font-family: "Times New Roman", serif }
.textb { font-weight: bold }
.textit { font-style: italic }
.10px { font-size: 10px }
.ue14 { font-weight: bold; font-size: 14px }
.ue16 { font-weight: bold; font-size: 16px }
.ue20 { font-weight: bold; font-size: 20px }
.ue24  { font-weight: bold; font-size: 24px; line-height: 24px }
.rot { color: #dc143c }
/* Old link style 
a:link    { color: #0ff; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
a:visited    { color: #0ff; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
a:hover       { color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
*/

/* New Linkstlyle */
a {
	border:2px outset green;
	background:green;
	color:#000;
	text-decoration:none;
	margin:8px 2px;
	padding:1px 10px;
	font-weight:bold;
}
a:hover {
	color:#fff;
}

a.no-button {
	background:transparent;
	border:none;
	color: #0ff; 
	text-decoration: underline;
}
a.no-button:hover {
	background:transparent;
	border:none;
	color: #000; 
	text-decoration: none;
}