/**
 * Styles for Bright Start Educare/Montessori.
 *
 * @author Tom Ryder <tom@prodev.co.nz>
 * @copyright 2010 Professional Development
 */
html {
    background: #fcff00 url("images/background.jpg") left top repeat-x;
    margin: 0;
    padding: 0;
}
body {
    color: #6396ae;
    font: normal normal normal 12pt/1.5 "Times New Roman", serif;
    margin: 0;
    padding: 0;
}
a {
    color: #4781ca;
    text-decoration: underline;
}
address {
    font-style: normal;
}
big {
    font-size: 1.25em;
}
del {
    text-decoration: line-through;
}
em {
    font-style: italic;
}
blockquote {
    margin: 1em 2em;
}
h1, h2, h3 {
    font-weight: normal;
    margin: 10px 0;
}
h4, h5, h6 {
    font-weight: bold;
    margin: 10px 0;
}
input.text {
    font-family: "Arial", serif;
    border: 2px solid #5691af;
}
input.text:focus {
    border-color: #77bbcc;
}
select {
    border: 2px solid #5691af;
}
select:focus {
    border-color: #888888;
}
ol {
    list-style: decimal outside none;
    margin: 1em 0 1em 2em;
    padding: 0;
}
p {
    margin: 1em 0;
}
small {
    font-size: 0.75em;
}
strong {
    font-weight: bold;
}
ul {
    list-style: disc outside none;
    margin: 1em 0 1em 2em;
    padding: 0;
}

