/*
Theme Name: Dongian
Theme URI: http://2014.theworkpc.com/
Author: Nguyen Khang
Description: Web design for old computers
Version: 1.0
*/

body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    padding: 20px;
    line-height: 1.6;
}

h1 {
    font-size: 28px;
    margin: 0;
}

p {
    margin: 8px 0;
}

hr {
    border: none;
    border-top: 1px solid #000000;
    margin: 15px 0;
}

a {
    color: #0000ee;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.menu-links {
    margin: 10px 0;
    padding: 5px 0;
}

.menu-links a {
    margin-right: 15px;
    display: inline-block;
    color: #0000ee;
    text-decoration: underline;
}

.menu-links a:hover {
    text-decoration: none;
}
