body {
font-family: Arial, sans-serif;
font-size: 10pt;
background-color: #ffffff;
color: black;
}

.box1 {
width: 90%;
border-style: solid;
border-width: 1px;
border-left-width: 20px;
border-color: gray;
padding: 5px;
}

.box2 {
width: 70%;
border-style: solid;
border-width: 1px;
border-left-width: 5px;
border-color: gray;
padding: 2px;
}

div.rand {
border-style: dotted;
border-width: 1px;
border-color: silver;
padding: 5px;
}

span.infodat {
font-style: italic;
font-size: 8pt;
color: gray;
}

A {text-decoration: none; color: #0000C0}
A:link {} 
A:hover {text-decoration: underline}
A:active {text-decoration: underline}
A:visited {}
