body {
    font-family: Georgia;
    background: white;
    font-size: 1.2em;
    width: 880px;
    margin-left: .5in;
}
/* a partial attribute selector */
p[id^="copy"] {
    font-family: Arial, san-serif;
    font-size: .8em;
}
#copy1 { width: 443px; }
#copy3 { width: 640px; }
#copy4 { width: 639px; }
#copy5 { width: 640px; }
#copy6 { width: 639px; }

table {
    table-layout: fixed;
}
td#hdrcol {
    width: 50%;
}
#logo {
}
#hdr {
    font-size: 3em;
    color: red;
}
#topsue {
    padding: 15px;
}
#links {
    position:absolute;
    top: 200px;
    left: 20px;
    width: 200px;
    padding: 20px;
    font-size: 14pt;
}
#links a {
    text-decoration: none;
    color: blue;
    font-size: .9em;
}
a {
    text-decoration: none;
    color: blue;
    font-size: .9em;
}
#content {
    margin-top: .13in;
    margin-left: 210px;
    margin-right: 20px;
    font-size: 1.1em;
}
