/*
GeorjenCars stylesheet governing both typography and positioning of elements.
Each element definition has typography details first, then positioning second.
Author: Alex Coe, alexcoe@hotmail.com
Updated: 12 April 2005
*/

body {
    font-family:            Verdana, sans-serif;
    font-size:              12pt;
}

h1, h2, h3 {
    font-family:            Verdana, sans-serif;
}

#wrap {
    font-size:              95%;
    border:                 1px solid #97A768;

    width:                  16cm;
}

#content {
    background:             #fff;

    margin:                 25px 0;
    padding:                0 25px;
}

#logo, #header, #footer {
    display:                none;
}

a:link, a:visited {
    color:                  grey;
}

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
    content:                " (" attr(href) ") ";
}

#content a[href^="/"]:after {
    content:                " (http://www.georjencars.com" attr(href) ") ";
}
