p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 6px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px;
	font-size: 140%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px;
	font-size: 120%;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

ul {
	margin-bottom: 4%;
	margin-top: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 80%;
	margin: 0px 0px 4%;
}

.red {
	color:red;
	font-size: 80%;
}

.fancy-link A:link {
	border-width: 2px;
	border-style: outset;
	margin: 2px;
	text-decoration: none;
	padding: 3px;
	color: black;
	background-color: #eee;
}
.fancy-link A:visited {
	border-width: 2px;
	border-style: outset;
	margin: 2px;
	text-decoration: none;
	padding: 3px;
	color: black;
	background-color: #eee;
}
.fancy-link A:active {
	border-width: 2px;
	border-style: outset;
	margin: 2px;
	text-decoration: none;
	padding: 3px;
	color: black;
	background-color: #eee;
}
.fancy-link A:hover {
	border-width: 2px;
	border-style: outset;
	margin: 2px;
	text-decoration: none;
	padding: 3px;
	color: black;
	background-color: #eee;
}

.mini A:link {
	text-decoration: underline;
	font-size: 0.85em;
}

.callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 20px;
	padding: 10px;
	float: right;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #ADADC9;
	border-right-color: #ADADC9;
	border-bottom-color: #ADADC9;
	border-left-color: #ADADC9;
	width: 30%;
}

A.sweet {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
}

blockquote {
	margin-left:	20px;
}