
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700');

@font-face {
/* font-family: 'LMMono10-Regular'; */
/* font-family: 'lmmono'; */
/* src: local('LMMono10-Regular'), url('lmmono10-regular.woff') format('woff'); */
font-weight: normal;
font-style: normal;
}

@font-face {
/* font-family: 'lmmono'; */
/* src: local('LMMono10-Italic'), url('lmmono10-italic.woff') format('woff'); */
font-weight: normal;
font-style: italic;
}


@font-face {
/* font-family: 'lmmono'; */
font-style: oblique;
font-weight: normal;
/* src: local('LMMonoCaps10-Oblique'), url('lmmonocaps10-oblique.woff') format('woff'); */
}


@font-face {
/* font-family: 'lmmono'; */
font-style: oblique;
font-weight: bold;
/* src: local('LMMonoLt10-BoldOblique'), url('lmmonolt10-boldoblique.woff') format('woff'); */
}

b {
  font-weight: bold;
}

i {
  font-variant-caps: small-caps;
  font-style: italic;
  font-weight: normal;
}


body {
    /* font-family: 'Dejavu Sans Mono'; */
    /* font-family: 'Source Code Pro', monospace; */
    /* font-family: 'lmmono', monospace; */
    font-family: 'MonoLisa', monospace;
    font-size: 16px;
    font-weight: lighter;
    /* text-align: center; */

    /* position: relative; */
    /* top:0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */

    /* margin: auto; */

}

h1.title {
    display: none;
}

h1, h2, h3, h4 {
    font-size: 20px;
    font-weight: bold;
    /* text-decoration: none; */
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;

}


div {

    width: 800px;
    /* height: 200px; */
    /* background-color: red; */

    position: relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}


/* #orgheadline1 { */
/*     display: none; */
/* } */

#navigation {
    display: none;
}

/* #orgheadline2 { */
/*     display: none; */
/* } */

#head {
    display: none;
}

/* #text-orgheadline1 ul{ */
/*     font-size: 20px; */
/*     /\* font-weight: bold; *\/ */
/*     list-style-type: none; */
/*     margin: 0; */
/*     padding: 0; */
/*     text-align: center; */
/*     border-bottom-style: solid; */
/*     border-width: 1px; */
/* } */

#text-navigation ul{
    font-size: 20px;
    /* font-weight: bold; */
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom-style: solid;
    border-width: 1px;
}

/* #text-orgheadline1 ul li { */
/*     display: inline; */
/* } */

#text-navigation ul li {
    display: inline;
}

/* #text-orgheadline1 ul li a { */
/*     text-decoration: none; */
/*     padding: .2em 2em; */
/* } */

#text-navigation ul li a {
    text-decoration: none;
    padding: .2em 2em;
}

/* unvisited link */
a:link {
    color: #000000;
    font-weight: bold;
}

/* visited link */
a:visited {
    color: #000000;
    font-weight: bold;
}

/* mouse over link */
a:hover {
    color: #4A4A4A;
    font-weight: bold;
}

/* selected link */
a:active {
    color: #4A4A4A;
    font-weight: bold;
}

/* img { */
/*   float: right; */
/*   margin: 0 0 1em 1em; */
/* } */
 

img {
    position: relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    /* margin: 1em 0 1em 0; */

    max-width: 100%;
    max-height: 100%; 
}

figure {
    position: relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    /* margin: auto; */
    margin: 1em 0 1em 0;
}

/* p { */
/*     position: relative; */
/*     top:0; */
/*     bottom: 0; */
/*     left: 0; */
/*     right: 0; */

/*     margin: auto; */
/* } */

#postamble {
    /* position: fixed; */
    
    /* bottom: 0; */
    /* margin-left: auto; */
    /* maring-right: auto; */
    /* width: 300px; */

    margin-top: 100px;
    font-size: 10px;
    text-align: center;

}
