body {
background-color: #000000;
background-image: url("");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
background-size: 100% 100%;
margin-top: 100px;
margin-bottom: ;
margin-left: ;
margin-right: ;
}

a:link, a:visited {
color: #58767c;
text-decoration: none;
cursor: default;
font-weight: bold;
}

a:hover, a:active {
color: #FFFFFF;
text-decoration: none;
cursor: default;
font-weight: bold;
}

@font-face {
    font-family: DarkandBlack;
    src: url("fonts/LibreBaskervilleRegular.ttf");
}

@font-face {
    font-family: typewriter;
    src: url("fonts/rm_typerighter_medium.ttf");
}

@font-face {
    font-family: eotd;
    src: url("fonts/epilog.ttf");
}

.title {
	font-family: eotd, georgia;
	font-size: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #000000;
	color: #acacac;
	font-weight: normal;
	filter: blur(.5px);
	-webkit-filter: blur(.5px);
	margin-top: 40px;
	margin-bottom: 30px;
}

.main {
	font-family: DarkandBlack, georgia;
	font-size: 15px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px #000000;
	line-height: 30px;
	color: #acacac;
	font-weight: bold;
	filter: blur(.5px);
	-webkit-filter: blur(.5px);
}

img {
padding: 0px;
border: 5px solid black;
}

.container {
  position: relative;
border: 0px;
}

b {
font-size: 17px;
font-style: normal;
text-decoration: underline;
line-height: 13px;
}

.TableofContents {
	border-top: 0px;
  	border-bottom: 0px;
  	border-left: 0px;
  	border-right: 0px;
  	text-align: center;
}

td {
	border-top: 0px;
  	border-bottom: 1px #FFFFFF solid;
  	border-left: 0px;
  	border-right: 0px;
  	text-align: center;
	padding: 5px;
}

.td2 {
	border-top: 0px;
  	border-bottom: 1px #FFFFFF solid;
  	border-left: 0px;
  	border-right: 0px;
  	text-align: center;
	padding: 15px;
}