/*---------- body ----------*/
body {
  margin: 0 auto;
  width: 1200px;
  background-image: url("images/background_shaded_slate.jpg"); 
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: #142b2b; /* in case background image is not available */
  font-family: times;
}

/*---------- links ----------*/
a {
  color: cyan;
  text-decoration: none;
}
a:visited {
  color: lime;
}
a:hover {
  color: yellow;
}

/*---------- Facebook ----------*/
.fb-like {
  align: center;
}

/*---------- figure----------*/
figure {
  margin: 10px;
}
figcaption {
  color: white;
  font-size: 12px;
}

/*---------- headings ----------*/
h1 {
  font-size: 50px;
  text-align: center;
  color: white;
}
h2, h3 {
  text-align: center;
  color: white;
}

/*---------- highlighted words ----------*/
.highlighted {
  color: lime;
}

/*---------- buttons  ----------*/
input {
  background-color: lightgray;
  color: darkgreen;
  width: 180px;
  height: 40px;
  font-weight: bold;
}

/*---------- nav link/buttons  ----------*/
nav {
  width: 1200px;
  height: 30px;
  padding: 20px;
}

nav ul {
  list-style-type: none;
}

nav li {
  display: inline;
}

/*---------- paragraphs  ----------*/
p {
  color: white;
  text-align: justify;
  font-size: 16;
}

table {
  color: white;
  text-align: justify;
  padding: 20px;
  border-spacing: 0;
}

td {
  padding: 20px;
  valign: top;
}