body {
  background-image:url(../pix/slash.png);
  color: black;
  font-size: medium;
  font-family: Verdana, Geneva, sans-serif;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

#BlogPlug {
  font-size: 11px;
  font-family: monospace;
  float: right;
  border: 1px solid gray;
  background: whitesmoke;
  padding: 1px;
}

table.ModuleList th {
  font-size: 1.1em;
  color: gray;
  text-align: center;
  padding-top: 1em;
}

#Menubar {
  border: 1px solid black;
  width: 100%;
}

#Menuline {
  padding:0;
  margin:0;
  height: 1.5em;
  list-style-type:none;
}
#Menuline li {
  float:left; 
  height: 1.5em;
  line-height: 1.5em;
  position:relative;
  text-align:center;
  margin-left: 1em;
}
#Menuline li a, #Menuline li a:visited {
  display:block;
  text-decoration:none; 
}

#Content {
  border-left: 1px dashed gray;
  border-bottom: 1px dashed gray;
  border-right: 1px dashed gray;
  width: 650px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  padding: 1em;
  background: white;
}

p {
  margin-top: 0px;
  font-size: 1em;
  text-align: left;
}

p.Subtitle {
  font-size: 0.8em;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  margin-top: 0px;
  margin-bottom: 20px;
}

h1 {
  margin-bottom: 0px;
  margin-top: 50px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 2em;
  border-bottom: 2px solid red;
}

h2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 1.4em;
  margin-bottom: 0px;
}

img.lightbox {
  border: 1px solid gray;
  float: right;
  margin-left: 5px;
}

.lighthover {
  border: 1px solid blue !important;
}

img.gpllogo {
  border: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

a:link {
  text-decoration: none;
  color: blue;
}
a:visited {
  text-decoration: none;
  color: blue;
}
a:active {
  text-decoration: none;
  color: red;
}
a:hover {
  text-decoration: none;
  color: blue;
  background-color: yellow;
}


a.Menuline:link {
  font-weight: bold;
  text-decoration: none;
  color: black;
}
a.Menuline:visited {
  font-weight: bold;
  text-decoration: none;
  color: black;
}
a.Menuline:active {
  font-weight: bold;
  text-decoration: none;
  color: red;
}
a.Menuline:hover {
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: black;
}
