A:link,     { text-decoration:underline; color:#009900;}
A:visited   { text-decoration:underline; color:#cc6600;}
A:active    { text-decoration:underline; color:#ff9900;}
A:hover     { text-decoration:underline; color:#00ffff;}
strong { 
	font-size: 16px;
	background-color:#99ff66;
}

small { font-size: 6pt; }

p {
	text-indent: 1em;
	margin-top: 8;
	margin-bottom: 8;
	letter-spacing: 0px;
}

.border01{
	border: 5px #cccccc dashed;
	padding: 10px;
}
.border02{
	border-top: 5px #cccccc dashed;
	border-right: 5px #cccccc double;
	border-left: 5px  #cccccc groove;
	border-bottom: 5px #cccccc dashed inset;
}

