body {
	font-family: NotoSans, Georgia, "Times New Roman", Verdana, Calibri, serif;
	margin: 0;
	border: none;
	background-image: url(Texture0213.jpg);
	}

A {
	font-family: NotoSans, Arial, Verdana, Calibri, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 153%;
	color: Black;
	background: #87CEFA;
	border: 2px ridge white;
	white-space: nowrap;
	border-radius: 8px;
	padding: 0px 4px;
	}

A:visited {
	color: #8B4513;
	background: #dcdcdc;
}

A:hover {
	color: Black;
	background: yellow;
	position: relative;
	top: 1px;
	}

A:active { 
	color: white;
	background: #7b68ee;
}

A.dead {
	background: silver;
}

H1 {
	text-align: center;
	font-family: NotoSans, Verdana, Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 240%;
	font-variant: small-caps;
	color: #8B4513;
	}

H2 {
	font-family: NotoSans, Verdana, Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: small-caps;
	color: #0000cd;
}	

H3 {
	font-family: NotoSans, Verdana, Calibri, Geneva, Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
}

hr { background-color: #999999;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}

div {
	display: inline;
}

ol {
  counter-reset: list;
}
ol > li {
  list-style: none;
}
ol > li:before {
  font-weight: bold;
  content: counter(list) ")\a0";
  counter-increment: list;
}