/* Basic styles for Small Foundry Supply */
body {
    font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
    margin: 0;
    padding: 20px;
    background: #fff;
    color: #333;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

h2 {
    color: #333;
    font-size: 1.2em;
    margin: 10px 0;
}

img {
    max-width: 100%;
}

input, textarea {
    padding: 5px;
    border: 1px solid #ccc;
}

.menu {
    margin: 10px 0;
}
