
/* color previously used was 80,0,140 */

/* This doesn't work for the paragraphs following Figures in the thesis in
Netscape*/
BODY {
    background-color: rgb(255,255,255);
    font-family : "Verdana", sans-serif; 
    font-size : 11pt;
    color : rgb(102,0,153);
    margin : 1em 10% 1em 10%;  
}

/* Because of inheritence problems.*/
TD { 
    font-family : "Verdana", sans-serif; 
    font-size : 11pt;
    color : rgb(102,0,153);
}    

LI {
    font-family : "Verdana", sans-serif; 
    font-size : 11pt;
    color : rgb(102,0,153);
    margin-bottom: 2px;
}

TT {
   font-size : 11pt;
   font-family : monospace;
   color : black;
}

PRE {
   font-size : 11pt;
   font-family : monospace;
   color : black;
}

BIG { 
    font-size : 110%;  
    font-weight : bold;
} 

H1 {
    font-size : 24pt;
    font-family : "Hoefler Text", "Georgia", serif;
    font-weight : bold;
    text-align : center;
    color: rgb(100,0,180);
    background-color: rgb(255,255,255);
}

H2 { 
    font-size : 145%; 
    font-weight : bold 
} 

H3 { 
    font-size : 110%; 
    font-weight : bold; 
} 

A:link { 
    color : rgb(0,0,153); 
/*    background-color: rgb(255,255,255); */
}

A:visited { 
    color : rgb(0,0,204); 
/*    background-color: rgb(255,255,255); */
}

.large {
    font-size : 145%
}

.small {
    font-size : 80%
}

.center {
    text-align : center    
}


