body    
{
font-family: Verdana, Geneva, sans-serif; 
text-decoration: none;
background-color: #f7f7f7;
}

table#bounding
{
background-color: #f7f7f7;
margin: auto;
width: 68.1%;
max-width: 800px;
max-height: 495px;
}

p
{
font-family: Verdana, Geneva, sans-serif; 
text-decoration: none;
font-style: normal;
}

td#title {
  text-align: center;
  vertical-align: top;
  padding: 3%;
  font-size: x-large;
  font-weight: bold;
  color: #7b2a90;
}

td#header {
  text-align: center;
  vertical-align: top;
  font-size: large;
  font-weight: bold;
  color: #7b2a90;
}

td#headerleft {
  text-align: left;
  vertical-align: top;
  font-size: large;
  font-weight: bold;
  color: #7b2a90;
}

td#headerjust {
  text-align: justify;
  vertical-align: top;
  font-size: large;
  font-weight: bold;
  color: #7b2a90;
}

td#subheader {
  text-align: left;
  vertical-align: top;
  font-size: medium;
  font-weight: normal;
  color: #7b2a90;
}


td#summary {
  text-align: justify;
}

table#lists td#number{
  width: 5%;
  vertical-align: top;
  padding-bottom: 4%;
}

table#lists td#pub{
  width: 75%;
  text-align: justify;
  vertical-align: top;
  padding-bottom: 4%;
  padding-right: 5%;
}

table#lists td#docs{
  width: 15%;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
  padding-bottom: 4%;
}

td#empty{
  height: 5px;
}

td#sempty {
  height: 3px;
}


td#talk {
  text-align: justify;
  padding-bottom: 4%;
}

table#lists{
  border-style: none;
border-width: 0;
margin: 0 auto;
height: 150px;
vertical-align: top;
font-size: medium;
}

table#grid
{
border-style: none;
border-width: 0;
margin: 0 auto;
height: 100px;
}

table#grid td
{
    text-align: center;
padding: 23px;
/*width: 33.3%;
height: 50%;*/
border-style: none;
border-width: 0;
}

td#border {
  background-color: #000000;
  height: 1px;
  width: 80%;
}


a {text-decoration:none}
a:link {color:#a439bf}
a:visited {color:#a439bf}
a:hover {color:#7b2a90}

table#grid a {text-decoration:none}
table#grid a:link {color:#000000}
table#grid a:visited {color:#000000}
table#grid a:hover {color:#7e20b5}

table#lists a {text-decoration:none}
table#lists a:link {color:#a439bf}
table#lists a:visited {color:#a439bf}
table#lists a:hover {color:#7e20b5}

ul.square {
  list-style-type: square;
  line-height: 1.5;
}