body {
    background-color:black;
}

h1 {
    text-align:center;
    color:white;
}

h2 {
    text-align:left;
    color:white;
}

h3 {
    text-align:left;
    color:white;
}

p {
    text-align: center;
    color:white;
}

a {
    color:royalblue;
}

textarea {
    width: 500px;
    height: 300px;
    resize: none;
}

label {
    color:white;
}

.postcancel {

}

.lefttext {
    text-align:left;
}

.threads {

}

table {
    width:55%;
    margin-left:auto;
    margin-right:auto;

}

.center {
    margin-left: auto;
    margin-right: auto;
}

.centerText {
    text-align: center;
}

tr, table, th, td {
    color: white;
    border: 1px solid white;
    border-collapse: collapse;
}

th {
    
    width:100%;
    text-align:left;
}

td {
    padding-bottom:10px;
    padding-top:20px;
    padding-left:10px;
    padding-right:25px;
    color:white;
    width:60%;
    font-size:10pt;
}

.reply
{
   color: forestgreen
}