/* style001.css */

body
{
    margin: 2px 8px;
    background-color: rgb(30, 30, 30);
    font-family: Arial;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

button
{
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 2px 7px;
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

button:hover
{
    border-color: rgb(0, 255, 255);
}

button:active
{
    color: rgb(255, 0, 255);
}

hr
{
    width: 100%;
}

/*----*/

/* Dedicated to God the Father */
/* All Rights Reserved Christopher Andrew Topalian Copyright 2000-2026 */
/* https://github.com/ChristopherTopalian */
/* https://github.com/ChristopherAndrewTopalian */
/* https://sites.google.com/view/CollegeOfScripting */

