body {
	/* background-color: #bbc0d0; */

	background-color: #ffffff;
	background-image: url("files/images/bgcorner.png"),
	                  url("files/images/bgstripes.png");
	background-repeat: no-repeat,
	                   repeat-y;
	margin-left: calc(120px + 12pt);
	line-height: 130%;

	color: black;
	font-family: serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 115%;
	font-family: sans-serif;
}

h2 {
	text-align: center;
}

a:link {
	color: #c90053;
}

a:visited {
	color: #80405a;
}

ul.resumes {
    display: inline;
    padding-inline-start: 0;
}

ul.resumes li {
    display: inline;
}

ul.resumes li:before {
    content: "• ";
    font-weight: bold;
}


p.icp-quote {
	font-style: italic;
	text-align: center;
}

img.valid-xml {
	border: none;
}

table.info tr {
	vertical-align: text-bottom;
}

table.info td, table.info th {
	border-width: 0 0 1px 0;
	border-style: solid;
}

table.bordered {
	border-width: 1px;
	border-style: outset;
}

table.bordered td, table.bordered th {
	border-width: 1px;
	border-style: inset;
}

address {
	text-align: right;
}

dt {
	font-weight: bold;
}
