body {
	background-color: #FFF;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #035a83;
}
a:hover {
	color: #00c0ff;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}

.logotext {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

.whitelink {
	color: #ffffff;
	text-decoration: none;
}

.welcometext {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.linktext {
	font-size: 12px;
	color: #099dce;
	text-decoration: none;
}

#redtext { color: red; }
#greentext { color: green; }

.path a { color: white; }

.smsaffscale td { border: 1px black solid; padding:2px; text-align: center; }
.smsaffscale th { border: 1px black solid; padding:2px; text-align: center; }

#acenter { text-align: center; }
#aright { text-align: right; }
