/* Basic stylesheet for Nucleon Optics website */

body {
    background-color: #cccccc;
    margin: 0;
    padding: 20px;
    font-family: Arial, sans-serif;
}

a:link {
    color: #0000cc;
}

a:visited {
    color: #660099;
}

a:hover {
    color: #cc0000;
}

input, textarea, select {
    font-family: Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #999999;
}

input[type="submit"], input[type="reset"] {
    background-color: #003366;
    color: #ffffff;
    padding: 3px 10px;
    border: 1px outset #666666;
    cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #004488;
}

hr {
    color: #003366;
}

