/****************************************************************
 *                                                              *
 * Keating Magee                                                *
 * http://www.keatingmagee.com/                                 *
 *                                                              *
 * Style Sheet Name: global.css                                 *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Global/Default Styles                      *
 *                                                              *
 ****************************************************************
 *                                                              *
 * Blue = #0096ff                                               *
 * Yellow = #f6bd3b                                             *
 *                                                              *
 ****************************************************************/

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #000;
    background-color: #fff;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #0096ff;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #f6bd3b;
}

h4 {
    font-size: 1.2em;
}

h5 {
    margin: 0;
    padding: 5px 0 5px 0;
    font-size: 1.2em;
    line-height: 1.5em;
}

p {
   line-height: 2.0em;
}

input, select, textarea {
    margin: 0;
    padding: 2px;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #000;
    background-color: #eee;
    border-top: solid 1px #bfbfbf;
    border-left: solid 1px #bfbfbf;
    border-bottom: solid 2px #ababab;
    border-right: solid 2px #ababab;
    background-image: url(/img/input_back.gif);
    background-repeat: repeat-x;
}