body { 
	background: white; 
}
.fin {
	background: #99ffff;
}
.just {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%;
}
.red { 
	font-family: arial, helvetica, sans-serif; 
	color: red; 
}
.yellow { 
	font-family: arial, helvetica, sans-serif; 
	color: yellow;
}
.bold { 
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; 
}
p, h1, h2, h3, h4, h5, h6, em, ul, ol { 
	font-family: arial, helvetica, sans-serif; 
	color: black; 
}
.under {
	text-decoration: underline;
}
.other {
 	font-family: tahoma, sans-serif; 
}
.min { 
	font-size: smaller; 
}
.bigger {
	font-size: larger;
}
.sm {
	font-size: x-small;
}
.tiny {
	font-size: xx-small;
}
.blue {
	color: #0000FF;
}
.brown {
	color: #990033;
}
.ink {
	color: #003366;
}
.purple {
	color: purple;
}
.smink {
	font-size: x-small; 
	color: #003366;
}
.tink {
	font-size: xx-small; 
	color: #003366;
}
A {
	cursor:normal; 
	font-family: Arial;
}
A:link {
	color: #003366;
	font-family: Arial;
}
A:visited {
	font-family: Arial;
	color: #990033;
}
A:active {
	font-family: Arial;
	color: sienna;
}
A:hover { 
	color: purple; 
}
A:link.ared {
	color: red;
	font-family: georgia, times new roman, times, serif;
}
A:visited.ared {
	font-family: georgia, times new roman, times, serif;
	color: darkblue;
}
A:active.ared {
	font-family: georgia, times new roman, times, serif;
	color: violet;
}
A:hover.ared { 
	font-family: georgia, times new roman, times, serif;
	color: purple; 
}