a {
	background : transparent;
	color : #00008B;
}

a:visited {
	background : transparent;
	color : #0000CD;
}

a:hover {
	background : transparent;
	text-decoration : underline;
}

body, td {
	margin-left : 2%;
	margin-right : 2%;
	background : transparent;
	color : #000000;
	font : 13px Arial, Helvetica, sans-serif;
}

div.copy {
	margin-bottom : 5px;
	margin-top : 20px;
	font-size : smaller;
	text-align : right;
}

h1 {
	margin : 25px;
	color : #FF0000;
	font-size : 22px;
	font-weight : bold;
	text-align : center;
}

h3 {
	margin-bottom : 5px;
	color : #FF0000;
	font-size : 16px;
	font-weight : bold;
}

li {
	margin-top : 10px;
}

p {
	margin-top : 0px;
	text-align : justify;
}

p.strong {
    font-weight : bold;
    font-size : 1.15em;
}

table {
	text-align : justify;
}

td {
	vertical-align : top;
}

table.functions {
    border : solid black 1px;
}

table.functions td {
	text-align : center;
	vertical-align : middle;
	padding : 5px;
}

ul {
	text-align : justify;
}
