/* Cascading Style Sheet, Level 1 */

/* Add the following command in the <HEAD> section of your HTML file */
/* <LINK REL=STYLESHEET TYPE="text/css" HREF="presstyle.css"> */

BODY { 
    font-family: verdana, arial, sans-serif;
    color: black; 
  }

/* font size */
ADDRESS, BLOCKQUOTE, CAPTION, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, UL { font-size: 12pt }
/* font-size: small for Netscape  */
/* font-size: x-small for Explorer  */
EM.small { font-size: smaller }

/* font family */
H1, H2, H3, H4 { font-family: lucida sans, arial, sans-serif }
P, UL, OL, LI, TD, TR, TH, DIR, MENU, DIV, DT, DD { font-family: garamond, times, serif }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

/* font style */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
B, STRONG { font-weight: bold }  /* relative to the parent */

/* display block or inline */
/* H1, H2, H3, H4, P, UL, OL, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR { display: block } */
/* BR { display: block } */
/* BR { display: inline } */
B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN { display: inline }

H1 { text-align: left }
P { text-align: justify } /* ONLY DIFFERENCE WITH SORSTYLE.CSS */

/* margins (maybe use browser defaults instead) */
/* LI { margin-left: 0 } */
MENU { margin: 0 }              /* tight formatting */
H1, H2, H3, H4 { margin-top: 0; margin-bottom: 0 }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

/* A:link { color: blue }          /* unvisited link */
/* A:visited { color: red }        /* visited links */
/* A:active { color: lime }        /* active links */
A:Hover {color: #6699CC;
         background-color: transparent;} /* only for IE not N, alas */
/* setting the anchor border around IMG elements requires contextual selectors */

/* A:link IMG { border: 1px solid blue } */
/* A:visited IMG { border: 1px solid red } */
/* A:active IMG { border: 1px solid lime } */

