body {
   font-size: 9pt; 
   background-color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
}

a:link, a:visited, a:active { 
   color: #696969;
   text-decoration: none;
}

a:hover {
   color: #84A30E;
   text-decoration: none;
}

a.black:link, a.black:visited, a.black:active { 
   color: #000000;
}

a.header {
   color: #84A30E;
   text-decoration: none;
}

a.currheader {
   color: #000000;
   text-decoration: none;
}

a[href^="http:"]:after {content: ' ' url('http://www.cs.mcgill.ca/~kaleigh/images/green_external.gif')}

a[href^="http://www.cs.mcgill.ca/~kaleigh"]:after {display: none}

p.center {
   text-align: center
}

p.title {
   text-align: center;
   font-size: medium;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #84A30E;
}

p.header {
   text-align: center;
   font-size: small;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #84A30E;
}

p.leftheader {
   text-align: left;
   font-size: small;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #84A30E;
}

table {
   font-size: 9pt; 
   background-color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
}

img {
   border: none;
}

img.withborder {
   padding: 2px;
   border: 1px dashed #666;
}