@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro|Alike+Angular|Open+Sans:600);

html {
  font-family: 'Alike Angular', serif;
}

body {
  background-color: #99dd99;
}

h1 { font-family: 'Open Sans', sans-serif; }
h2 { font-family: 'Open Sans', sans-serif; }
h3 { font-family: 'Open Sans', sans-serif; }
h4 { font-family: 'Open Sans', sans-serif; }
h5 { font-family: 'Open Sans', sans-serif; }
h6 { font-family: 'Open Sans', sans-serif; }
pre { font-family: 'Source Code Pro', sans-serif; }

#content {
  background-color: #FFFFFF;
  padding: 15px;
  margin: auto;
  margin-bottom: 30px;
  text-align: left; 
  width: 750px; 
  min-width: 750px; 
  -moz-box-shadow: 5px 20px 60px #002000;
  -webkit-box-shadow: 5px 20px 60px #002000;
  box-shadow: 5px 20px 60px #002000;
}

a { text-decoration: none; }

#org-div-home-and-up a:link { color: #ffffff; text-decoration: none; }
#org-div-home-and-up a:visited { color: #ffffff; text-decoration: none; }
#org-div-home-and-up a:active { color: #ffffff; text-decoration: none; }
#org-div-home-and-up a:active { color: #50ffff; text-decoration: none; }
#org-div-home-and-up a:hover { color: #50ffff; text-decoration: none; }

#org-div-home-and-up{
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  background-color: #929292;  
  font-size: medium;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  text-align: center;
}

#centered
{
    text-align: center;
}

#postamble a:link { color: #6f6f6f; text-decoration: none; }
#postamble a:visited { color: #6f6f6f; text-decoration: none; }
#postamble a:active { color: #6f6f6f; text-decoration: none; }
#postamble a:hover { color: #6f6f6f; text-decoration: none; }

.timestamp { color: #444444; }

#postamble {
  font-family: 'Source Code Pro', sans-serif;
  text-align: center;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: small;
}
