/* Style sheet for personal pages - MV 19/7/2000 */

body, table, th, tr, td, p {
   font-size: 10pt; 
   font-family: verdana,helvetica,arial,sans-serif; 
   background: #ffffff;             /* white */
   color: #000000;                  /* black */
   }  
a:link, a:visited, a:hover, a:active {
   text-decoration: none;
   font-weight: bold;
  }
a:link {
   color: #0000ff;			/* blue */
   }
a:visited {
   color: #0000aa;			/* dark blue */
   }
a:hover {
   text-decoration:underline;
   }
a:active {
   color: #aa0000;			/* dark red */
   }
h1 {
   font-size: 240%; 
   font-family: verdana,helvetica,arial,sans-serif;
   color: #0000aa;			/* dark blue */
   } 
h2 {
   font-size: 200%; 
   font-family: verdana,helvetica,arial,sans-serif;
   } 
hr {
   color: #0000aa;			/* dark blue */
   width: 80%;
   height: 4px;
   text-align: center;
   }
p {
   font-size: 100%; 
   font-family: verdana,helvetica,arial,sans-serif; 
   }  
.highlight {
   font-size: 120%; 
   font-family: verdana,helvetica,arial,sans-serif; 
   background-color: #ffff00;       /* yellow */
   }  
.small {
   font-size: 90%; 
   font-family: verdana,helvetica,arial,sans-serif; 
   }  
.button {
    background-color: #0000ff;			/* blue */
    color: #ffffff;           	/* white */
    font-family: verdana,helvetica,arial,sans-serif; 
    font-weight: bold;
}
.lj {
   position:absolute;
   left:0px;
   margin-left:0px;
}
scrollbars {
	color : #0000ff;
}
all.plain {
   font-size: 100%; 
   font-family: verdana,helvetica,arial,sans-serif; 
   }
all.blue {
   color: #0000ff;			/* blue */
   }
all.red  {
   color: #ff0000;                  /* red */
   }
input {
  font-family: monospace;
}
.print {
   font-size: 80%; 
   font-family: verdana,helvetica,arial,sans-serif; 
}  

