/*
	rgb(65, 105, 225); -- HTML Royal Blue
	rgb(51, 51, 51); -- Crayon Tungsten
	rgb(0, 64, 128); -- Crayons Ocean
	rgb(0, 128, 64); -- Crayons Moss
	rgb(255, 128, 0); -- Crayons Tangerine
	rgb(225, 110, 52); -- ??? Crayons Tangerine ???

@import url(https://fonts.googleapis.com/css?family=Fira+Sans);
*/

@import url(./fonts.css);

ul.no-bullet { list-style: none; }

ul.publist li { margin-top: 0.5em; }

div.navigation { 
	display: none}

a:link {
	color: rgb(51, 51, 51);
	background: inherit; 
	text-decoration:none; }

a:active {
	color: rgb(51, 51, 51);;
	background: inherit; 
	text-decoration:none;}

a:visited {
	color: rgb(51, 51, 51);;
	background: inherit; 
	text-decoration:none;}

a:hover {
	color: white;
	background: inherit; 
	text-decoration:none;}

.title a:hover {
	text-decoration: none;
	background: inherit; }

a.logo1 {
	position: absolute; 
	top: -100px; 
	left: 0px; }

a.logo2 {
	position: relative;
	padding: 10px;
	width: 100px;
	text-align: left; }


body {
	font-family: "FiraGO", sans-serif;
	font-size: medium;
	color: rgb(51, 51, 51);;
	background-color: white;
	margin-top: 20px; /* whitespace on top */ 
	margin-left: 2cm;
	margin-right: 2cm; }

h1 {
	font-family: "FiraGO", sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: rgb(225, 110, 52); }

h2 {
	font-family: "FiraGO", sans-serif;
	font-size: large;
	font-weight: bold;
	color: rgb(225, 110, 52); }

h3 {
	font-family: "FiraGO", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: rgb(225, 110, 52); }

img {
	border: 0; }

td.people {
	vertical-align: top; }

div.important {
	border: solid rgb(225, 110, 52); }

div.copyright {
	font-family: "FiraGO", sans-serif;
	font-size: small;
	color: rgb(51, 51, 51);; }

div.banner {
	display: none;
	background: #D0D0D0;
	width: 100%;
	height: 68px;
	font-family: "FiraGO", sans-serif;
	color: rgb(51, 51, 51);;
	text-align: center;
	padding-top: 10px;
}

span.banner1 {
	font-size: x-large;
	font-weight: bold;
}

span.banner2 {
	font-size: large;
	font-weight: bold;
}

span.marked {
	color: rgb(225, 110, 52);
	font-style: italic; }

span.name {
	color: rgb(225, 110, 52);
	font-weight: bold; }

span.small {
	font-size: small; }

span.strong {
	font-weight: bold; }

span.emph {
	font-style: italic; }