/*homepage.css - style sheet for malcolmmacdonald.org homepages*/
body {background:"#f7f7f7"
}
h1 {font-family: "Times", "serif";
    font-style: normal;
    font-weight: 700 /*bold*/;
    font-size: 21pt;
    color: #d66321;
    background: #f7f7f7;
    text-align: center
}
h2, h3 {font-family: "Helvetica", "Verdana", "sans-serif";
    font-style: normal;
    font-weight: 700 /*bold*/;
    color: #299c39;
    background: #f7f7f7;
    text-align: left
}
h2  {font-size: 17.5pt
}

h3  {font-size: 14.5pt
}

border {purple double 3px
}

p  {font-family: "Verdana", "Arial", "sans-serif";
    font-size: 9pt;
    font-weight: 500 /*normal*/;
    color: #006363;
    background: #f7f7f7;
    text-align: left;
    text-indent: 0pt;
    margin-top: 0;
    margin-bottom: 0
}

p.blurb  {color: #524a18
}
p.attrib  {font-size: 8pt;
    font-weight: 400 /*lighter*/
}
p.attrib_right  {font-size: 8pt;
    font-weight: 400 /*lighter*/;
    text-align: right
}

p.indent  {text-indent: 30pt
}
ul, li {font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    font-weight: 700;
    color: #616161;
    background: #eoeoeo
}

a.link {color: blue
}
a.hover {color: yellow
}
a.active {color: red;
    font-weight: bold
}
a.visited  {color: green
}
hr.10  {height: 1em;
        color: green
}

