.center { text-align: center}

.left { text-align: left}

.right { text-align: right}

.justify { text-align: justify}


BODY, TABLE, TD, TH, P, A, INPUT {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

BODY {
	margin: 3%;
}

CODE {
	color: #c90000;
	font-family: Courier;
}

BODY a:link {
	color: #0000cf;
}
BODY a:visited {
	color: #0000cf;
}
BODY a:hover {
	color: #3366ff;
	text-decoration: underline;
}

TH a:link {
	color: #0000cf;
}
TH a:visited {
	color: #0000cf;
}
TH a:hover {
	color: #3366ff;
	text-decoration: underline;
}


TD a:link {
	color: #0000cf;
}
TD a:visited {
	color: #0000cf;
}
TD a:hover {
	color: #3366ff;
	text-decoration: underline;
}

TT {
    font-size: 1.2em;
}


TABLE a:link {
	color: #0000cf;
}
TABLE a:visited {
	color: #0000cf;
}
TABLE a:hover {
	color: #3366ff;
}

CODE a:link {
	color: #0000cf;
	font-family: Courier;
}

CODE a:visited {
	color: #0000cf;
	font-family: Courier;
}

CODE a:hover {
	color: #3366ff;
	font-family: Courier;
}

P a:link {
	color: #0000cf;
}
P a:visited {
	color: #0000cf;
}
P a:hover {
	color: #3366ff;
	text-decoration: underline;
}

A {
	text-decoration: none;
}

.license
{
font-family:times new roman;
padding-left:2em;
padding-right:2em;
padding-bottom:0.5em;
}


/*
H3, H3 a:link, H3 a:visited {
	background-color: #99cc66;
}

H4, H4 a:link, H4 a:visited {
	background-color: #99cc66;
}
*/
