a {
	font-weight: bold;
	text-decoration: none;
}
a:active{ color: lime; }
a:hover {
	background-color: purple;
	text-decoration: underline;
}
a:link { color: aqua; }
a:visited{ color: yellow; }

body {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: white;
	background-color: #000099;
}
h1, h2 {
	font-weight: bold;
	font-size: 20px;
	color: white;
	margin-left: 0px;
}

p {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: white;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 8px;
}


small { font-size: 12px; }

.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;
}

.date { margin-top: 10px; margin-left: 0px; }
.small { font-size: 12px; }
.u { text-decoration: underline; }
