/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 26, 2019, 10:31:24 AM
    Author     : 008004233
*/

body {
    margin: 0;
    padding: 5px;
}
h1 {
    border: 1px solid black;
    margin: 10px;
    width: 750px;
    font-size: 48px;
    padding: 10px 0 0 0;
}
#welcomer {
    border: 1px solid black;
    margin: 10px;
    width: 500px;
}
#lister {
    border: 1px solid black;
    margin: 10px;
    display: block;
    width: 700px;
    float: left;
}
table {
    border: 1px solid black;
    margin: 20px;
}
th {
    border: 1px solid black;
}
td {
    border: 1px solid black;
    width: 300px;
}
#linker {
    border: 1px solid black;
    margin: 10px;
    display: block;
    width: 200px;
    height: 200px;
    float: left;
}

#resources {
    margin: 10px;
    display: block;
}

#timestamp {
    margin: 10px;
    display: block;
}