/* This is the style sheet for Ruby's Tuesdays "Table of Contents pages" */

body { 
background: silver;
background-image: url("../backgrounds/geometric017.jpg");
}

div.page {border: ridge 8px #4682b4;
background: #f5f5f5;
width: 675;
padding: 2ex; }

div.bar{
color: #607478;
text-align: center;
font-weight: bold;
margin-bottom: 1ex;
}

div.bar_left{
color: #607478;
font-weight: bold;
margin-top: 1ex;
}

div.bar_left_nosp{
color: #607478;
font-weight: bold;
}

div.copy {font-size: smaller;
margin-top: 5px;}

div.head_marg {margin: 2ex;
text-align: center;}

div.header {text-align: center;
}

div.long {background: #b0c4de;
}

/* h2 color is not websafe, just color picker*/

h2, h3 {color: #607478;
}

hr {color: #4682b4;
border-bottom: thin solid;
border-color: #4682b4;
}

img.head {margin-bottom: 15px;
}

p.copy {font-size: smaller;
}


td {vertical-align: top;
width="33%";
padding: 10px;
}

td.hili {font: italic;
background: #4682b4;
color: #ffffff;
width: 33%;
vertical-align: top;
padding: 10px;}

a:link {color:  #800000;
}


a:visited {color:
#003366;
}

a:active {color:  #a52a2a;
}

a:hover {#003366;
background-color: #b0c4de;
}
