/**
 *
 * Keating Magee
 * http://www.keatingmagee.com/
 *
 * Style Sheet Name: global.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: Global/Default Styles
 *
 * Blue = #006cff
 * Yellow = #ffb128
 *
 */

/* Global Definitions */

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #006cff;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #758193;
}

h3 {
    font-size: 1.4em;
}

p {
    line-height: 1.8em;
}

input, select, textarea {
    margin: 5px 0 5px 0;
    padding: 2px;
    border-top: solid 2px #ccc;
    border-left: solid 2px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #eee;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.9em;
}