
/*
CSS for Deborah Freedman site
*/

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 75%;
color: 333333;
background-color: b3afab;
line height: 100%;
padding: 10px;
}
#logo {
position: absolute;
top: 10px;
left: 10px;
height: 120px;
text-align: left;
}
#logotext {
position: absolute;
top: 50px;
left: 140px;
text-align: left;
}
#navigation {
position: absolute;
top: 120px;
left: 10px;
width: 130px;
}
#topright {
position: absolute;
top: 24px;
right: 0px;
width: 130px;
}
#bottomright {
position: absolute;
right: 10px;
bottom: 0px;
width: 130px;
}
#content {
position: absolute;
top: 130px;
left: 130px;
right: 10px;
padding: 10px;
}
#content2 {
position: absolute;
top: 140px;
left: 140px;
right: 20px;
bottom: 20px;
background-color: ffffff;
padding: 10px;
padding-top: 10px;
#content2 {
position: absolute;
top: 140px;
left: 140px;
right: 20px;
bottom:0px;
background-color: bgcolor="#d6d1cd";
padding: 10px;
padding-top: 10px;
width: 640px;
}
}
#copyright {
position: absolute;
left: 10px;
bottom: 0px;
width: 120px;
}
<!-- c -->
#copyright {
position: absolute;
left: 10px;
right: 20px;
bottom: 0px;
text-align: right;
}
<!-- c -->
p {
font-size: 100%;
color: 333333;
}

table {
font-size: 95%;
color: 333333;
}

td {
padding: 4px;
}

.copyright {
font-size: 65%;
color: 666666;
}

.quote {
font-size: 75%;
color: 666666;
}


h1  {
color: 336699;
font-weight: bold;
}
h2, h3 {
color: 6699cc;
font-weight: bold;
padding-top:  10px;
}
h4, h5 {
color: 66cccc;
font-weight: normal;
}


a:link {
color: cc0000;
text-decoration:none;
}

a:visited {
color: ff3333;
text-decoration:none;
}

a:hover {
color: ffffff;
background-color:b3afab;
}

a:active {
color: ffffff;
background-color:999999;
}

#navigation a {
font size: 125%;
font-weight: bold;
color: #0066cc;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top:  12px;
}
#navigation a:link {
padding: 0
color: #6699cc;
background color: none;
text-decoration: none;
border: 6px;
}
#navigation a:visited {
padding: 0
color: #ffffff;
background color: none;
text-decoration: none;
border: 6px;
}
#navigation a:hover {
color: #ffffff;
background color: none;
}







