/*
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 : Nov 1, 2019, 11:48:03 PM
    Author     : Tommy
*/
body {
    background: black;
    font-family: "arial", "helvetica", sans-serif;
    font-size: 16px;
}

.boxy {
    background: black;
    display: block;
    margin: auto;
    padding: 1%;
    width: 48%;
    color: white;
    border-style: inset;
    border-width: 5px;
    border-color: green;
}

.heady {
    background: black;
    display: block;
    margin: auto;
    padding: auto;
    width: 50%;
    color: white;
    border-style: inset;
    border-width: 5px;
    border-color: green;
}

h1 {
    text-align: center;
    color: greenyellow;
}

a:link {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

a:visited {
    color: #bfb;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #dfd;
    text-decoration: underline;
    font-weight: bold;
}

a:active {
    color: #efe;
    text-decoration: underline;
    font-weight: bold;
}