@import "common.css";
@import "centered.css";
@import "link-box.css"; /* Deprecated */
@import "tooltip.css";

body {
    cursor: default;
    color: #383e4b;
    background-color: #ffffff; /*#f5f5f5;*/
}
h1 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
    float: left;
    margin: 0 1.5rem;
}
h2 {
    white-space: nowrap;
    display: inline-block;
}
h4 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.7rem 0 0 0;
    margin: 0;
    white-space: nowrap;
}
p {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.1;
    color: #9da0a8;
    padding: 0;
    margin: 0;
}
.middle img, .logo img {
	border: hidden;
	font-size: 8px;
}
div.middle img {
	width: 1000px;
	height: 300px;
}
div.logo img {
	float: right;
	width: 150px;
	height: 50px;
	padding-right: -25px;
}
a:link {
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #636363;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
a:visited {
    color: #636363;
}
a:hover {
    color: #000000;
}
a:active {
    color: #000000;
}
a.titlelink:link {
    font-size: 12px;
}
