/* trainstyle.css */

body              { background-color: #ffffcc }
body, dl, dt, dd, ul, ol, li, td, th, .text
                  { color: #663300; font-size: small; font-family: verdana, arial, geneva, sans-serif }
hr                { color: #cc9966 }
a:link, a:visited { color: #663300; font-weight: bold }
a:hover           { color: #663300; font-weight: bold; background: #ffcc99 }

table             { border-style: none }
th                { border-style: none; vertical-align: bottom; text-align: left; padding: 5;
                    font-weight: bold; font-style: italic; font-size: larger }
td                { border-style: none; vertical-align: top; text-align: left; padding: 5 }

