/* shore.css */
/* Style Sheet for Shorethings.net */
/* Author: John Harris */
/* Date: October 31, 2006 */

body { font-family: sans-serif }
table { width: 100%}
a { text-decoration: none }
a:hover { text-decoration: underline }

#main  td.left { text-align: center; vertical-align: top; width: 20%; background-color: 99ffff }
#main  h3.left  { align: center; background-color: 0066ff }

#main  td.center { text-align: center; vertical-align: top; width: 60%; background-color: fafad2; line-height: 200% }
#main  h3.center  { align: center; background-color: ffff33; line-height: normal }

#main  td.right { text-align: center; vertical-align: top; width: 20%; background-color: 99ff66 }
#main  h3.right  { align: center; background-color: 009900 }
