/* Default style for links */
a:active  { color: #0000CC}
a:hover   { color: #CC0033}
a:link    { color: #3366CC}
a:visited { color: #9999CC}

/* Default style */
body
{
  background-color: #FFFFFF;
}

/* Use this style for footnote numbers */
sup.Footnote
{
}

OL, UL {
		font-size: x-small;

}

UL {
	list-style: square outside;
}

/*next  two settings for table and th, td are what give the single-line edges, without the follow look*/

table {
	border-collapse: collapse;
	margin-top: 1em;
}

th, td {
	font-size: .8em;
	padding: .5em;
	}
