* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
}

a { color: silver; }
a:hover { color: goldenrod; }

h1, h2, h3, h4 { font-family: "Trebuchet MS", Arial; }

html, body { height: 100%; }

html { background: #002349; }

body {
  font-family: Arial;
  /*font-size: 14px;*/
  color: white;
}


/*--- CONTENT ---*/

#content {
  margin: 0 auto;
  position: relative;
  width: 100%;

  padding-top: 25px;
  overflow: hidden;
}

#content div {
  position: relative;
  /*float: left;*/
  clear: both;
  max-width: 800px;
  margin: auto;
}

#content div p {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-style: normal;
}

#content ul {
  float: left;
  width: 100%;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
#content ul li {
  float: left;
  clear: both;
}

#content ul.extlist li {
  float: left;
  clear: both;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  /*font-size: 14px;*/
  color: white;
  width: 100%;
}
#content ul.extlist li a {
  float: left;
  clear: both;
  /* background-color: yellow; for testing */
  width: 100%;
}
#content ul.extlist li a img {
  float: left;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  width: 48px;
  height: 48px;
}
#content ul.extlist li strong {
  display: block;
  padding-top: 4px;
  font-family: "Trebuchet MS", Arial;
  font-size: 24px;
  color: white;
}
.desc {
  color: silver;
}

#content ul.extlist li:hover strong {
  color: gold;
}

#content #networks ul {
  margin: 1px 0;
}

/*--- CONTENT ---*/
