h3{
  font-size: 12pt;
}

div.page-header a[itemprop=url]:hover {
   color : white;
  text-decoration: underline;
} 

div.page-header a[itemprop=url], div.page-header a[itemprop=url]:visited {
   color : white;
  text-decoration: none;
} 

h2[itemprop=name] {
  font-family : sans-serif;
  font-size: 12pt;
  color : white;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}

div.page-header {
  background-color: midnightblue;
  margin: 0px 0px 0px 0px;
  color : white;
}

div[itemprop=blogPost] {
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  border: 1px solid lightgrey;
}

dd.createdby, dd.modified {
  font-size: 8pt;
  color : lightblue;
  font-style: italic;
}



