@import "/stylesheet/layout.css";
/* Starlite Room style sheet, CSS1 elements */
/* color definitions for html elements */
body { margin: 0; padding: 0; background-color: #fff; font-family: verdana, arial, helvetica, sans-serif; font-size: 76%}
p, ul, ol, li, table, tr, td {font-family: verdana, arial, sans-serif;color: #000;}
h1 { font-family: helvetica neue, helvetica, arial, sans-serif; font-weight:900; color:#900;}
h2 { font-family: helvetica, arial, sans-serif; color: #936; font-weight: 800; }
/* size definitions for html elements */
h1 { margin: 5px 0px 15px -10px; font-size: 1.6em; line-height: 1.5em; }
h2 { margin-left: -5px; font-size: 1.2em; line-height: 1.5em; }
/* standard selector definitions */
a { color: #000; }
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #333; }
