* {
    box-sizing: border-box;
}

body {
  margin: 0;
  background-color:#000000;
  font-family: "Trebuchet MS";
  color: red;
}
/* captions */
.dd {
	color: DodgerBlue;
}
.h3h3 {

}


/* Style the header */
.header {
    color: red;
    padding: 25px;
    text-align: center;
    
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: red;
    
}

/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change color on hover */
.topnav a:hover:not(.active) {
    background-color: #000000;
    color: white;
}
.a {
	text-align: left;
	color: DodgerBlue;
}
.a2 {
	text-align: center;
	color: DodgerBlue;
}
.a1 {
	margin:10px;
	color: DodgerBlue;
}
	/* List on Spoilers*/
.olq {
    background: DodgerBlue;
    padding: 25px;
    list-style-type: upper-roman;
    border: dashed red 5px;
}
.oll {
    background: red;
    padding: 25px;
    margin-left: 35px;
    color: black;
    overflow:hidden;
}
.dd1 {
	text-align: center;
}
/* all table stuff */
table {
	border:4px dashed red;
	padding:25px;
	border-collapse: collapse;
	background-color:#000000;
	color: red;
	text-align: center;
}
.a3 {
	color: DodgerBlue;
}
/* left page 1*/
.cc {
	font-size:20px;
	color: DodgerBlue;
}
.list1 {
	color: DodgerBlue;
}

/* indicate active page on nav */
#activepage {
    overflow: visible;
    background-color: #000000;
}

/* A - Create three unequal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
}

/* Left and right column */
.column.side {
    width: 25%;
    
}

/* Middle column */
.column.middle {
    width: 50%;
    color:red;
    text-align: center;
    
}
.header {
	font-size:25px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column.side, .column.middle {
        width: 100%;
    }
}

/* Style the footer */
.footer {
    background-color: #000000;
    padding: 10px;
    text-align: center;
