/* Comment like this */
#Header {
    text-align: left;
	font-family: Arial
    color: red;
	font-size: 25px;
	border-bottom-style: solid;
	width: 1000px;
	padding: 25px;
	margin: 0px;
}

#Mitte {
    position: absolute;
	left: 250px;
    top: 120px;
    text-align: left;
	font-family: Arial
    color: red;
	font-size: 18px;
	/* border-bottom-style: solid gray; */
	width: 520px;
}

#Menu {
    text-align: left;
	font-family: Arial
    color: red;
	font-size: 15px;
	border-bottom-style: solid gray;
	width: 200px;
	padding: 5px;
	margin: 0px;
}

#Research {
    text-align: left;
	font-family: Arial
    color: blue;
	font-size: 15px;
	border-bottom-style: solid gray;
	width: 1200px;
	padding: 5px;
	margin: 0px;
}

#Portrait {
    position: absolute;
    left: 800px;
    top: 120px;
}

body {
    background-color: lightblue;
}

h1 {
    color: navy;
    margin-left: 20px;
}
a {
    color: #cc0000;
    text-decoration: none;
    }
/* div {
    height: 50px;
    width: 120px;
    border-color: #6495ED;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    background-color: #BCD2EE;
    margin: auto;
    text-align: center;
} */
