
A:link { color: blue; }
A:active { color: black; }
A:visited { color: purple; }
A:hover { color: red; }

A:hover.dynlink { text-decoration: underline; }
.dynlink { text-decoration: none; }

BODY {
	font-family: Times, Arial, serif, monospace;
	font-size: 16px;
	margin: 2em;
	color: #000099;
	background-color: #ffffff;
}

TABLE {
	font-size: 1em; /* fix small Chrome table font size */
}

H1 {
	font-style: italic;
	font-size: 1.9em;
}

H2 {
	font-size: 1.3em;
	background-color: #f3f3ff;
	margin-top: 2.1em;
	margin-bottom: 1em;
	padding-left: 3px;
}

LI {
	margin-bottom: 0.1em;
}

.spacious li {
	margin-bottom: 1em;
}

.textlabel {
	color: black;
}
				
.textwarn {
	font-weight: bold;
	color: red;
}

.texterror {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

.textsuccess {
	font-size: 1.2em;
	font-weight: bold;
	color: blue;
}

.textinput {
	font-family: Arial, monospace;
}

.textfooter {
	font-size: 0.6em;
	font-weight: bold;
	font-family: Arial;
	color: #000066;
}

.code {
	font-size: 0.9em;
	font-family: "Courrier New", monospace;
	color: #777777;
}

.buttonblue {
	color: blue;
}

.notice {
	margin: 0 auto;
	background-color: #ffcccc;
	padding: 10px;
	padding-left: 20px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-weight: bold;
	color: black;
}
