body {
#    background-color: #FFFFFF;
#    background-color: #e6ecff;
	background-color: #282e39;
}

h1 {
    color: white;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 24px;
    text-align: left;
}

h2 {
    color: white;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 20px;                                                                                                                                                                          
    text-align: left;                                                                                                                                                                         
}                                                                                                                                                                                             
                                                                                                                                                                                              
h3 {                                                                                                                                                                                          
    color: white;                                                                                                                                                                             
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
#    text-align: left;
    position: relative;
    left: 3px;
}

h4 {
    color: white;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 15px;
    text-align: left;
}

p {
    color: white;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 15px;
#    text-align: left;
    position: relative;
    left: 10px;
}

a {
	color: #00c3ed;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 15px;
    text-align: left;
}

#form {
#    color: black;
#    font-family: Roboto,Helvetica,Arial,sans-serif;
#    font-size: 15px;
#    text-align: left;
#}

#table, th, tr, td {
#    table-layout: fixed;
#    width: 100%;
#    color: black;
#    font-family: Roboto,Helvetica,Arial,sans-serif;
#    font-size: 15px;
#    text-align: left;
#    padding: 10px;
#    vertical-align: center;
#    border: 1px solid black;
#    border-collapse: collapse;
#    border-color: grey;
#}

#tr {
#    display: table-row;
#}

#th {
#    display: table-cell;
#}
#tr:hover{
#    background-color: lightgreen;
#    background-color: #FE9A2E;
#    background-color: #F78181;
#}
#img {
#  border: 1px solid #ddd;
#  border-radius: 0px;
#  padding: 2px;
#  width: 40px;
#}
