body {
  background-color: #FAFAFA;
  font-family: Tahoma ;
  margin: auto;
  max-width: 1280px;
}

h1 {
  font: italic normal bold 40px/1 "Tahoma", Courier, monospace;
  color: #000000;
  text-align: center;
}

h2 {
  font: italic normal bold 20px/1 "Tahoma", Courier, monospace;
  color: #000000;
  text-align: center;
}

a:link{
  color:#000000;
  text-decoration: none;
}
a:hover{
  color:orange;
}

table {
  width: 100%;
  text-align: center;
}

td {
  padding: 10px;
}

img {
  background-color: #000000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.Obscuredcontent {
  overflow: auto;
  max-width: 1280px;
  width: 50%;
  height: auto;
  margin: auto;
  position: fixed;
  top: 40%;
  left: 25%;
  z-index: 20;
  border: double;
  border-radius: 10px;
  text-align: center;
}



.navbar {
  background-color: #000000;
  -webkit-box-shadow: 1px 1px 20px 1px rgba(200,200,200,1) ;
  box-shadow: 1px 1px 20px 1px rgba(200,200,200,1) ;
  overflow: auto;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 2;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}

.contenent {
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 20px 1px rgba(200,200,200,1) ;
  box-shadow: 1px 1px 20px 1px rgba(200,200,200,1) ;
  max-width: 1280px;
  margin: auto;
  position: absolute;
  top: 24px;
  z-index: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ParagraphTitle {
  font: italic normal bold 18px/30px Tahoma, Geneva, sans-serif;
}

.Paragraph {
  font: normal 16px/20px Tahoma, Geneva, sans-serif;
  text-align: left;
}
