/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


.body-text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.green-text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #006600;
	font-weight: bold;
}

.lilac-text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990099;
	font-weight: bold;
}

body, p, td, table {
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #006633;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}

div#alma {
	overflow: auto;
	width: 350px;
	height: 469px;
}

p {
margin: 10px;
}

a.lilac-text {
	text-decoration: none;
	font-weight: bold;
	color: #990099;
}
a.lilac-text:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}