body {
background-color: rgb(240,237,230);
}
#in {
/* background color content */
background-color: rgb(255,255,255);
}
#tspace {
/* top spacer */
height: 10px;
}
#top {
height: 20px;
}
#ou {
/* outer border color: */
background-color: rgb(15,75,124);
}
#head {
height: 140px;
background-color: rgb(15,75,124);
}
#nav {
height: 20px;
background-color: rgb(15,75,124);
}
#il {
min-height: 589px;
margin-right: 2px;
/* border color */
border-right: 2px solid rgb(15,75,124);
}
#ir {
/* 569+140+20+37+padding+padding = 820 total */
min-height: 569px;
margin-left: -4px;
/* border color menu */
border-left: 2px solid rgb(15,75,124);
}
#foot {
height: 37px;
background-color: rgb(15,75,124);
}
#bspace {
/* bottom spacer */
height: 10px;
}
a {
/*
text-decoration: none;
*/
}
a:link, a:visited {
/*
color: darkblue;
*/
}
a:visited {
color: red;
}
a:active, a:hover {
color: darkred;
}
