/* styletitle.css -- stuff specifically for the title page */

/* Us this (div.floatright) for a blurb -- for now I'm going to use
 * it to link to my sea-to-sea page.  Maybe put a google advert
 * here in future?
 */
div.floatright {
  float: right;
  width: 170px;
  margin-left: 0.5em;
  margin-top: 1ex;
  padding: 0.5em;
}

/* Table stuff, for the "Latest Work" section
 */

table.latest {
  border-collapes: collapse;
  border-top: hidden;
  }
table.latest tr {
  border-top: 1px solid blue;
  }

/* ---------- ---------- */
/* Menu stuff 
 */

div.menu {
  margin-top: 1ex;
  margin-bottom: 1ex;
  width: 700px;
  text-align: center;
  }

/* Table Stuff, for the top menu
 */
table.woodmenu {
  margin-top: 3px;
  border-spacing: 3px;
  width: 700px;
  font-family:sans-serif;
  font-weight:400;
  colour: black;
}
table.woodmenu td {
  width: 150px;
  background-image:url('pix/wordsnwood-bg150.jpg'); }

A.title:link {text-decoration: none; color: black}
A.title:visited {text-decoration: none; color: black}
A.title:active {text-decoration: none; color: black}
A.title:hover {text-decoration: underline overline; color: red;}


/* ---------- ---------- */
