@charset "utf-8";
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1em;
    color: rgba(68,74,80,1.00);
    background-color: rgba(236,221,221,1.00);
}
a:link , a:visited{
    color: rgba(108,165,109,1.00);
}
a:hover, a:active {
    color: rgba(218,124,124,1.00);
}
#container {
    max-width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
header h1 {
    color: rgba(218,124,124,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 1.5em;
    font-variant: small-caps;
}
header img {
    border-radius: 50px;
    border: 10px double rgba(255,255,255,1.00);
}
header p {
    font-size: 1em;
    color: rgba(218,124,124,1.00);
}
main h1 {
    color: rgba(108,165,109,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: capitalize;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
    font-variant: normal;
}
main h2 {
    color: rgba(218,124,124,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    padding-top: 40px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 2.5em;
    border-top: 7px double rgba(255,255,255,1.00);
}
main ul li {
    list-style-type: none;
}
aside h1 {
    color: rgba(218,124,124,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    padding-top: 30px;
    font-size: 2em;
    font-variant: small-caps;
    border-top: 7px double rgba(255,252,252,1.00);
}
aside {
    background-color: rgba(210,222,210,1.00);
    border-bottom: 7px double rgba(255,255,255,1.00);
}
aside a:link  , a:visited{
    color: rgba(68,74,80,1.00);
}
aside li h2 a {
}
aside a:hover,a:active {
    color: rgba(218,124,124,1.00);
}
aside li {
    list-style-type: none;
}
footer h1  {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    color: rgba(218,124,124,1.00);
    padding-top: 20px;
    text-align: center;
}
footer ul li  {
    list-style-type: none;
    font-size: 1.5em;
    text-align: center;
}
