/* css stylesheet for karen tang website */

/*
10
10%
10em - based on the font size...
*/

body {
    padding-top: 2%;
/*    padding-left: 20%; */ /* to make room for the links list */
    padding-left: 15em; /* to make room for the links list */
    
    /* width: 700; */
    /* width: 950; */
    /* width:50%; */
    
    color: black;
    /* NOTE: Separate font names with a comma;
       Names with whitespace must be quoted;
       End the list with a generic category as a final fallback.*/
    font-family:
    "Courier New",
    Courier,
    monospace;
}

td {
    vertical-align: top;
/*    padding: 10; */
    padding-top: 0;
    padding-bottom: 20;
    padding-left: 0;
    padding-right: 20;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.link_list {
    position: absolute;
    top: 20;
    left: 20;
    /**/
/*    width: 200; */
    width: 14em;
}

li.home_link {
    font-size: 180%;
    padding-bottom: 10; /* em measures relative to font size */
/*    font-weight: bold; */
}

li.standard_link {
    font-size: 150%; /*180%;*/
}

li.image_link {
    font-size: 100%
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
color: magenta; /* mouse over link */
/*text-decoration: underline;*/
}
a:active { /* selected link */
color: palegreen;
/*text-decoration: underline;*/
}



pre {
    font-family: Courier "Courier New" monospace;
}

div.with_color_links a {
    color: blue;
}
div.with_color_links a:hover {
    color: magenta;
}
div.with_color_links a:active {
    color: palegreen;
}

/* horizontal rule on the news page * /
hr.news_hr {
    color:
    width:
    size:
}
*/

