CSE691/891 - Internet Programming Summer 2001
prev next

Stylesheet for These Notes

    /* style sheet for lecture4 */
    
    a:link    { font-size: 9pt; COLOR: #CC6633; }
    a:visited { font-size: 9pt; COLOR: blue;    }
    a:active  { font-size: 9pt; COLOR: BLACK;   }
 
    body { BACKGROUND: #FFFFCC; COLOR: darkred }
    body { MARGIN-LEFT: 10%; MARGIN-RIGHT: 10% }
    body { font-family: tahoma; font-weight: 600; }
    body {padding: 8px}
    h6 { font-style: italic; font-size: 10pt; text-align: center }
    li { padding-bottom: 15px; }
    em { font-weight: bold; font-style: normal; font-size: 14pt; }
    
    /* class definitions */
   
    .lftHeader { position: absolute; left:  50px; font-size: 10pt; }
    .rgtHeader { position: absolute; right: 50px; font-size: 10pt; }
    .lftLink   { position: absolute; left:  50px; font-size: 10pt; }
    .rgtLink   { position: absolute; right: 50px; font-size: 10pt; }
    .titlePos  { margin-top: 20%; }
    .titleText { font-weight: bold; font-size: 36pt; }
    .authText  { font-weight: bold; font-size: 24pt; }
    .dateText  { font-weight: bold; font-size: 18pt; }
    .code      { font-family: courier; font-size: 12pt; }
    .tablStyle { text-align: right; padding: 20px; }
    th.tablStyle { 
      padding: 5px; padding-left: 10px; padding-right: 20px; 
      background: #eeeeee; 
    }
    td.tablStyle { padding: 5px; background: #ffffff; }
    .cellStyle { padding: 5px; }
    .lineThru  { text-decoration: line-through; }    
    
  

prev next