/*
 * Style sheet for Web pages of Ken Shan
 */

/* Document */

HTML, BODY
{
    color: black;

    font-family: centaur, baskerville, garamond, "times new roman", times, serif;
    text-align: left;
}

BODY
{
    background: /*url(http://www.digitas.harvard.edu/~ken/flagst.gif)*/
        #ffffee no-repeat scroll top left;
    margin: 0.5in 0.75in 0in 1in;
}

/* Links */

/*
A:link          { background: transparent; color: #105090 }
A:visited       { background: transparent; color: #708080 }
A:active        { background: transparent; color: #803040 }
*/
A:link		{ background: transparent; color: #105090 }
A:visited	{ background: transparent; color: #888645 }
A:hover		{ background: #fff060; }
A:active	{ background: transparent; }

/* Headings */

H1, H2, H3      { margin: 0in 0in 0in -0.5in }
H1              { font-size: 150% }
H2              { font-size: 120% }
H3              { font-weight: bold }

/* Navigation bar */

DIV.nav
{
    padding: 0.1em 0em 0.2em 0em;
    margin: 0in auto 0.2in -0.5in;
    width: auto;
    border-width: 1px 0px;
    border-color: #b0c0d0;
    border-style: solid;
    white-space: nowrap;
    font-size: small;
    color: #b0c0d0;
}

P.nav
{
    margin-left: 0in;
    margin-right: 0in;
    width: auto;
    text-align: center
}

A.cur           { color: #c0c0c0; background: black }
A.cup           { color: #c0c0c0; background: black; text-decoration: none }

/* Quotation paragraphs */

BLOCKQUOTE      { font-style: italic }

/* List items */

UL              { list-style-type: disc }
LI              { margin-top: 5pt }
UL.compact LI   { margin-top: 0pt }
DT              { font-weight: bold }

/* Floating items */

.float          { float: right; border-style: none }

/* Address paragraph */

P.address       { font-size: small; font-weight: bold; text-align: right }

/* Credits paragraph */

P.credits       { font-size: small; font-weight: bold }

/* Monospace text */

PRE, TT, TEXTAREA, .listing
{
    font-family: "courier new", courier, monospace;
    font-size: small;
}
.listing         { white-space: nowrap }

/* Disabled choices */

.disabled	 { visibility: hidden;
                   color: gray;
		   text-decoration: line-through }

