@charset "utf-8";
/* Stylesheet for the Opera about document */
/* Copyright 2004 Opera Software */

BODY {
color: white;
/*background: #525a84;*/
background: #355382;
font-family: sans-serif;
font-size: 0.90em;
padding-right: 5%;
}

table.certificate {
border-spacing: 0px;
border: solid thin;
border-collapse: collapse;
margin: 2em auto 2em 5%;
max-width: 93%;
}

.certificate > caption {
font-size: large;
text-align: left;
border: thin solid;
border-bottom: none;
margin: 1em auto 0;
}

.certificate table {
border: solid thin;
margin: 1em;
}

.certificate address {
font-style: normal;
margin-bottom: 1em;
}

TH, TD {
text-align: left;
vertical-align: top;
padding: 0.1em 0.5em;
}

TH {
white-space: nowrap;
}


col {
border: 1px solid;
}

A {
color: inherit;
}