/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

  font-family: 'Megrim';
  font-style: normal;
  font-weight: 400;
  src: local('Megrim'), url(https://fonts.gstatic.com/s/megrim/v7/3QlnWQVA-dQyEeamqiHm2g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body{
	background:url(http://i.imgur.com/bZvr91J.jpg)top left repeat fixed;
	margin:162px 0 30px 0;
	padding:0;
	}

body,table,tr,td{
	text-align:justify;
	font-family:courier new,monospace;
	font-size:11px;
	color:#555;
	}

a{
	color:#997E8F;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	}

a:hover{
	color:#000;
	text-decoration:none;
	}

h1,h2,h3,h4{
	padding:0;
	margin:0;
	font-family:Megrim,georgia,serif;
	text-transform:lowercase;
	}

hr{
	border:none;
	height:9px;
	margin:8px 20px;
	padding:0;
	background:transparent url(http://i.imgur.com/YwfSuJ4.png)center no-repeat;
	}

blockquote{
	font-style:italic;
	}

ul{
	list-style:circle;
	margin:0;
	}



body {
  background-color: white;
  color: black;
  font-family: Verdana;
}