body {
    background-color: #1a1a1a;
    color: #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    margin: 10px;
}

a {
    font-size: 13px;
    color: #00ff00;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #fff;
    text-decoration: underline;
    text-shadow: 0 0 5px #00ff00;
}

body, th, tr, td {
    font-size: 13px;
    color: #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

input, select, textarea {
    font-size: 13px;
    color: #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid #444;
    background-color: #222;
    padding: 5px;
    border-radius: 3px;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #00ff00;
}

.submit {
    font-size: 13px;
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: none;
    background-color: #00ff00;
    padding: 5px 15px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
}

.submit:hover {
    background-color: #00cc00;
}

.style1 {
    color: #00ff00;
    font-weight: bold;
}

.quote {
    font-family: "Verdana";
    font-size: 12px;
    color: #ccc;
    background-color: #222;
    border: 1px solid #444;
    padding: 10px;
    border-radius: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    padding: 5px;
}
