body {
    background-color: black;
}

h1 {
    color:red; font-family: 'Courier New', Courier, monospace; font-size: 60pt;
}

h2 {
    color:red; font-family: 'Courier New', Courier, monospace; font-size: 48pt;
}

h3 {
    color:red; font-family: 'Courier New', Courier, monospace; font-size: 36pt;
}

tr {
    color:red; font-family: 'Courier New', Courier, monospace; font-size: 24pt;
}

p {
    color:red; font-family: 'Courier New', Courier, monospace; font-size: 24pt;
}

a {
    color:red; font-family: 'Courier New', Courier, monospace;
}

p {
    color:red; font-family: 'Courier New', Courier, monospace; font-size: 24pt;
}

a {
    color:red; font-family: 'Courier New', Courier, monospace;
}

label {
    color: red; font-family: 'Courier New', Courier, monospace; font-size: 24pt;
}

input, textarea {
    width: 50%; padding: 10px; margin: 5px 0 20px 0; display: block; border: none; background: #4b4b4b; color: red; font-family: 'Courier New', Courier, monospace; font-size: 24pt;
}

input[type=submit] {
    background-color: red; color: black; cursor: pointer; width: auto; padding: 10px 20px;
}