BODY { font-family: sans-serif; font-size: 10pt; background-color: #A8A8A8; }
.QuickBar { font-size: 10pt; face: Sans-Serif,Helvetica; color: yellow; style: bold}
A.QuickBar:link { text-decoration: none; color: yellow; }
A.QuickBar:visited { text-decoration: none; color: yellow; }
A.QuickBar:hover { text-decoration: underline; }

A:link,
A:visited { text-decoration: none; color: blue; }
A:hover { text-decoration: underline; }
A {text-decoration: none}

td { font-family: sans-serif; font-size: 10pt; }
th { font-family: sans-serif; font-size: 10pt; }

.small { font-family: sans-serif; font-size: 7pt; }

#container
{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: white;
}

#inner_container
{
  margin-left: 5%;
  margin-right: 5%;
}

