body {
  background-image: url(images/homegrey.jpg);
  background-repeat: repeat;
  background-color: #CCCCCC;
  background-attachment: scroll;
  color: #000000;
  font-size: 11pt;
}
table {
  font-size: 11pt;
}

a:link {
  color: #0000FF;
}
a:hover {
  color: #FF0000;
  border-color: #000000;
  border-style: dashed;
  border-width: 1pt;
  background-color: #FFFFFF
}
a:active {
  color: #FF0000;
}
a:visited {
  color: #800080;
}

p {
  text-align: left;
}
p.goblin {
  color: #FFFFFF;
  text-align: center;
  font-size: xx-large;
  background-color: #000000;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.initialcap {
  font-size: 16pt;
  font-weight: bold;
}

.left {
  text-align: left;
  clear: left;
}
.right {
  text-align: right;
  clear: right;
}
.center {
  text-align: center;
  clear: none;
}
.justify {
  text-align: justify;
  clear: none;
}

.large {
  font-size: 16pt;
}
.small {
  font-size: 8pt;
}

.legal_link {
  text-align:center;
  font-size:8pt;
}

.breadcrumb
{
  ##color: #FF0000;
  ##font-size:8pt;
  ##font-style: italic;
  ##font-weight: bold;
  text-align: center;
}

.strikethrough
{
  text-decoration: line-through;
}

div.indexsections {
  float: right;
  width: 20%;
  background: #FFFFFF;
  padding: 10px;
}

div.float_left {
  text-align: left;
  float: left;
  padding-right: 20px;
}
div.float_right {
  text-align: right;
  float: right;
  padding-left: 20px;
}

div.wfrpnewsquick {
  text-align: center;
  float: left;
  padding-right: 20px;
  width: 20%;
}
div.wfrplegalstuffonright {
  text-align: center;
  float: right;
  padding-left: 20px;
  width: 20%;
}

div.wfrpsummary {
  float: left;
  width: 40%;
  padding-left: 5%;
  padding-right: 5%;
}
div.vastandfertileplace {
  float: right;
  width: 50%;
  background: #808080;
  color: #FFFF00;
}
div.wfrpsections {
  float: right;
  width: 20%;
  background: #FFFFFF;
  padding: 10px;
}
.box-out {
  border-style: double;
  border-width: 4px;
  border-color: #008000;
  padding: 10px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px
}
