/*
creepylinuscss.css
*/

* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  body, html {
    padding: 3px 3px 3px 3px;

    background-color: #333333;

    font-family: Verdana, sans-serif;
    font-size: 11pt;
    text-align: center;
	
  }

  div.main_page {
    position: relative;
    display: table;

    width: 825px;

    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;

    border-width: 8px;
    border-color: #212738;
    border-style: solid;
	border-radius: 10px;
    background-color: #777777;

    text-align: center;
	
  }

/*Mobile Viewport*/

 /* nav {
    padding:1
    margin-bottom: 1%
  }
*/

  div.page_header {
    height: 100px;
    width: 100%;
	text-align: center;
	color: #c92222;
    background-color: #363636;
	border-radius: 0px;
  }

  div.page_header span {
    margin: 30px 170px 0px 100px;
	
    font-size: 190%;
    font-weight: bold;
  }

  div.page_header img {
    margin: 0px 0px 0px 0px;
	
    border: 0px 0px 0px;
  }

/* Beginning below header */

  div.content_section {
    margin: 3px 3px 3px 3px;
	border-radius: 10px;
    background-color: #FFFFFF;
	
    text-align: left;
  }

/* Top header bar */

  div.content_section_text {
    padding: 4px 8px 4px 8px;
	border-radius: 10px;
    color: #000000;
    font-size: 110%;
  }

  div.content_section_text p {
    margin-bottom: 6px;
	
  }

  div.content_section_text ul, div.content_section_text li {
    padding: 4px 8px 4px 16px;
  }

  div.section_header {
    padding: 3px 6px 3px 6px;
	border-radius: 10px;
    background-color: #5b5b5b;

    color: #FFFFFF;
    font-weight: bold;
    font-size: 112%;
    text-align: center;
  }

  div.section_header_dgrey {
    background-color: #363636;
  }

  .floating_element {
    position: relative;
    float: center;
  }

  div.table_of_contents_item a,
  div.content_section_text a {
    text-decoration: none;
    font-weight: bold;
  }

/* Nav Links Style */

  div.content_section_text a:link,
  div.content_section_text a:visited,
   div.content_section_text a:active {
    background-color: #DCDFE6;

    color: #000000;
  }
 
  div.content_section_text a:hover {
    background-color: #363636;

    color: #ff0000;
  }

  div.footer {
  color: FFFFFF;
  }
