.main_content {
	text-align: justify;
}

.img_and_caption {
	border-style: solid;
	border-color: black;
	margin: 10px;
	padding: 5px;
        background-color:rgba(255, 255, 255, 0.8);
}

.caption {
	text-align: left;
}

div.title_menu {
	position: sticky;
	text-align: center;
	top: 0px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
div.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}


div.menu ul li {
	list-style-type: none;
/*	background: white;*/
	border-style: solid;
	border-color: black;
	padding: 5px;
	margin: 5px;
	float:left;
}
.main_content {
	/*float: right;*/
	padding: 5px;
	margin: 5px;
        background-color:rgba(255, 255, 255, 0.8);
}
.title {
	/*position: sticky;
	top: 0px;*/
	text-align: center;
	margin: 5px;
	border-style: solid;
	border-color: black;
/*	height: 10%;*/
}
.main {
/*	background: lightyellow;*/
	min-height: 95%;
	width: 95%;
}

body {
    /* Serif options */
    /*font-family: "Times New Roman", Times, serif;*/
    /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif    */

    /*Sans Serif options */
    /*font-family: "Helvetica", Arial, Freesans, clean, sans-serif;*/
    font-family: "Helvetica Neue", Arial, Freesans, clean, sans-serif;
    /*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
    /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
    /*font-family: Verdana, Geneva, sans-serif;*/
    /*font-family: Tahoma, Geneva, sans-serif;*/
    /*font-family: Baskerville, 'Times New Roman', Times, serif;*/


    padding:1em;
    font-size: 14px;
    font-weight:300;    
    line-height: 20px;
    margin:1em;
    /*max-width:42em;*/
    background:#fefefe;
    color:#333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    /*margin: 2em 0px 15px 0px;*/
}

h1 {
    color: #000;
    font-size: 2em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1em;
}

h6 {
    color: #777777;
    background-color: inherit;
    font-size: 1em;
}

hr {
    height: 0.2em;
    border: 0;
    color: #CCCCCC;
    background-color: #CCCCCC;
}

p, blockquote, ul, ol, dl, li, table, pre {
    margin: 15px 0;
}

code, pre {
    border-radius: 3px;
    background-color: #F8F8F8;
    color: inherit;
}

code {
    border: 1px solid #EAEAEA;
    margin: 0 2px;
    padding: 0 5px;
}

pre {
    border: 1px solid #CCCCCC;
    line-height: 1.25em;
    overflow: auto;
    padding: 6px 10px;
}

pre > code {
    border: 0;
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: #4183C4;
    background-color: inherit;
    text-decoration: none;
}

