/*
-----------------------------------------------
screen master
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("base.css");
@import url("color.css");
@import url("titles.css");
@import url("forms.css");


body {margin:0 15px; background:#fff; color:#000;}

/* Titles
----------------------------------------------- */
#header h1 {padding-bottom:10px;}
h1 {color:#036;}
h2, h3, h4 {color:#369;}
hr {margin-top:1em;}

/* Generic Rules
----------------------------------------------- */
a img {border-width:0; border-style:none; color:#fff;}
.time {color:#999;}
.date {color:#f90; white-space:nowrap; text-transform:lowercase;}
.sub {color:#666; font-weight:normal;}
.sub strong {color:#000; font-weight:bold;}
.arrow {color:#f30;}
dl cite {}

th, td {text-align:left; vertical-align:top;}
.highlt th, .highlt td {background:#ffc;}
.highlt th {color:#c00;}
