/*h1,*/ h2, h3, h4
{
display:inline;
}

h1 { font-family:"Times New Roman", Georgia, Serif; font-size:1.15em; }

h2, h3, h4 { font-family:Georgia; }

h2 { font-size:0.75em; }

.menuselected { /*color:#99FF00;*/ color:navy; }

.menunotselected { /*color:#99FF00;*/ color:black; }

body
{
margin:auto;
width:960px;
/*background:#0019FF;*/
/*color:black;*/
background:white;
font-family:  "Lucida Grande";
}

#top
{
width:960px;
padding:7px;
height:27px;
/*color:white;*/
/*color:black;*/
}

#page
{
width:960px;
font-size:0.85em;
/*color:#FFE600;*/
font-family: Georgia, "Times New Roman";
/*color:black;*/
}

#backlog-menu
{
float:  left;
width:  175px;
}

#backlog-page
{
width:  785px;
padding-left:  15px;
margin-left:175px;
}

a
{
/*color:white;*/
/*color:black;*/
text-decoration:none;
margin:5px;
}

a:link{}
a:visited{}
a:hover
{
cursor:default;
color:silver;
}
a:active
{
color:silver;
}

.eg_table
{
margin-left:auto;
margin-right:auto;
/* basic stuff.  table-layout:fixed is new and improved.  Especially for this app. */
display:table;
table-layout:fixed;
/*border-collapse:collapse;*/
border-collapse:seperate;
/* cosmetic */
/* border-spacing puts space between the cells, like the double row effect.*/
padding:0px;
border:1px solid Black;
text-align:center;
}
