a img { border: none; vertical-align: middle; text-decoration: none; }

body {
	padding: 0;
	background-color: white;
	color: black;
}

h2 {
	background-color: white;
	color: #4070c0;
	font-size: 150%;
	font-weight: bold;
}

h3 {
	background-color: white;
	color: #4070c0;
	font-size: 120%;
	font-weight: bold;
}

ul.quick li { list-style-type: none; }
ul.quick { padding: 0; }

/* All divs */

div.errmsg {
	color: red; /* #b02020; */
	background-color: white;
	font-weight: bold;
}

div.important {
	border: solid 4px red;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 0 10px;
	width: 66%;
}
div.important p {
	font-size: 141%;
	text-align: center;
}
div.important p.calme {
	font-size: 120%;
	background-color: white;
	color: #4070c0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

div.made-by {
	padding-top: 20px;
	background-color: white;
	color: #cccccc;
}
div.made-by a:visited {
	background-color: white;
	color: #cccccc;
}
div.made-by a:link {
	background-color: white;
	color: #cccccc;
}

div.mailaddr {
	font-family: monospace;
	text-align: center;
}

/* all spans */
span.mailaddr { font-family: monospace; }
span.reqmark { color: red; }
*.attention { color: red; }

