/*
	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(/styles/fonts.css);

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

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

a.plain {
	text-decoration: none;
}

a:link {
	color: rgb(51, 51, 51);
	background: rgb(239, 239, 239);
}

a:active {
	color: rgb(51, 51, 51);
	background: rgb(239, 239, 239);
}

a:visited {
	color: rgb(51, 51, 51);
	background: rgb(239, 239, 239);
}

a:hover {
	color: white;
	background: rgb(51, 51, 51);
}

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

body {
	font-family: "FiraGO", sans-serif;
	font-size: medium;
	color: rgb(51, 51, 51);
	background-color: white;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

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

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

h3 {
	font-family: "FiraGO", sans-serif;
	font-size: small;
	font-weight: bold;
	color: rgb(51, 51, 51);
}

img {
	border: 0;
}

div.important {
	border: solid rgb(65, 105, 225);
}

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

span.marked {
	color: rgb(65, 105, 225);
	font-style: italic;
/*	font-weight: bold; */
}

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

span.small {
	font-size: small;
}

span.strong {
	font-weight: bold;
}

span.emph {
	font-style: italic;
}
