* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

img, input, textarea, select, form, td, th, table, div, video, audio {
    max-width: 100%;
    height: auto;
}

input[type="text"], input[type="file"], input[type="password"], textarea {
    box-sizing: border-box;
    width: 100%;
}

img, table {
    border-style: none;
}

iframe {
    max-width: 100%;
    border: 0;
}

p {
    margin: 0.5em 0;
}

table {
    vertical-align: top;
    text-align: left;
    border-spacing: 0px;
    width: 100%;
}

th, td {
    text-align: left;
    vertical-align: top;
    padding: 2px;
}

div {
    display: block;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, h7 {
    text-align: left;
}

body {
    background-color: #000000;
}

body, input, textarea, select, form, th, td, form, table, div {
    /*
    font-family: Arial, Helvetica, sans-serif;
    */
    font-family: "Courier New", Courier, monospace;
    color: #580F87;
    font-size: 14px;
}

hr {
    border-top: 0.1em solid #580F87;
    border-bottom: none;
}

a {
    color: #580F87;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #B750F9;
    text-decoration: underline;
}

h1, h2 {
    font-size: 30px;
    font-weight: bolder;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

header {
    text-align: center;
}

nav {
    max-width: 100%;
    height: 20px;
    top: 0px;
    position: relative;
    z-index: 5;
    float: left;
}

nav .main_element {
    width: 100px;
    height: 20px;
    float: left;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    background-color: #e07886;
    color: #580F87;
    border: 1px solid;
    border-color: #d0843e #78561d #78561d #d0843e;
}

nav .main_element:hover {
    height: auto;
    background-color: #580F87;
    color: #F7EEDB;
}

a.dropdown_first {
    margin-top: 2px;
}

a.dropdown, a.dropdown_first {
    width: 100px;
    padding: 2px 0;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #78561d;
    background-color: #e07886;
    color: #600000;
}

a:hover.dropdown, a:hover.dropdown_first {
    background-color: #F7EEDB;
    color: #580F87;
}

main {
    max-width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    top: 20px;
    border-style: none;
    float: left;
    position: relative;
    background-color: #E7E710;
    z-index: 1;
}

aside {
    max-width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    top: 0px;
    border-style: none;
    float: left;
    position: relative;
    background-color: #E7E710;
    z-index: 1;
}

footer {
    width: 100%;
    border-style: none;
    position: relative;
    font-size: 10px;
    text-align: center;
    background-color: #E7E710;
    z-index: 1;
}

#content {
    width: 100%;
    position: relative;
    margin: 0px auto;
    top: 0px;
    border-style: none;
    background-color: #E7E710;
    z-index: 1;
}

.mitfickreport {
    max-width: 100%;
    padding: 0px;
    background-color: #000000;
    margin-bottom: 10px;
}

.popart {
    max-width: 100%;
    background-color: #E7E710;
    padding: 0;
    margin-left: 30px;
}


.tschernobyl {
    max-width: 100%;
    background-color: #E7E710;
    padding: 0;
    margin-left: 30px;
}

.category {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    font-variant: small-caps;
    text-align: left;
    vertical-align: top;
}

.clear {
    clear: both;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.text_red {
    color: #FF0000;
}

.background_color1 {
    background-color: #e07886;
}

.background_color2 {
    background-color: #E7E710;
}

.courier {
    font-family: 'Courier New', Courier, monospace;
}

.video_43 {
    width: 600px;
    height: 450px;
}

.video_169 {
    width: 600px;
    height: 338px;
}

.video_600x818 {
    width: 600px;
    height: 818px;
}

.audio {
    width: 600px;
    height: 30px;
}