a { text-decoration: none; }

a:link { color: aqua; }

a:visited { color: yellow; }

a:hover {
	background-color: #990099 ;
	text-decoration: underline;
}

a:active{ color: lime; }

body {
	font-weight: bold;
	font-size: 16px;
	color: white;
	background-color: #000099;
}

h1 {
	font-size: 24px;
	color: white;
}

h2 {
	font-size: 16px;
	color: white;
	margin-left: 0%;
}

p {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: white;
	margin-left: 10px;
}

small {	font-size: 12px; }

td {
	font-size: 16px;
	font-weight: bold;
	color: white;
}

ul {
	line-height: 130%;
	margin-top: 0px;
	margin-left: 8px;
	list-style-type: none;
}

.dir {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-indent: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
}

.fright { float: right; }
.u { text-decoration: underline; }
#counter { border-width: 0; float: right; }
