/* Computer Science Department Standard Cascading Style Sheet
   March 2003, Nigel Ward
   The most essential thing provided here is generous margins,  
   which line up with the edges of the banner */

/* Use Verdana everywhere, not because it is an especially readable font, but it comes
   out a little bigger in Microsoft Explorer, which is a good thing */

LI { font-family: Verdana, Univers, sans-serif;}
P {
    color: #00000;  
   font-family: Arial, Univers, sans-serif;
   text-align:left;
   margin-right: 1mm; 
   margin-left: 1mm}

/* links in the banner should be white and not underlined */
A.banner:active {color: white}
A.banner:link {color: white; text-decoration:none}
A.banner:visited {color: white}

/* for all other links,
   retain the standard link colors, but add a red flash, and remove underlining */
A:active {color: red}
a:hover {color:red}
A:link {color: blue; text-decoration: none}
A:visited {color: purple; text-decoration: none}


HR {margin-left:1mm;
    margin-right: 10mm}

H1 {font-family: Verdana, Arial, sans-serif;
   /* set margin to align with left edge of the banner */
   margin-left: 1mm
}
/* not much used */
H2 {
    margin-left: 1mm
} 
/* used for most section heads */
H3 {font-family: Verdana, Arial, sans-serif;
   margin-left: 1mm
}
H3 {margin-left: 1mm; 
	font-family: Verdana, Arial, sans-serif;
   line-height:80%}
H4 {margin-left: 5mm; 
	font-family: Verdana, Arial, sans-serif;
   line-height:80%}


/* render e-mail addresses green, so they're visually distinct from links*/
address {color: 666600}
a.email {color: 666600}

ul {
   font-family: Verdana, Univers, sans-serif;
     line-height:120%   
 }

td.bio {
   text-indent: 8mm
}

/* mostly for lists of links, as on the employers page */
ul.links {
   list-style-type: none;
   font-family: Verdana, Univers, sans-serif;
     line-height:120%   
}

/* currently only on the research overview page */
dl {
   font-family: Verdana, Ariel, sans-serif;
   margin-left: 6mm}


/* Stuff relating to the Seminars pages */
p.speaker {
  width: 14cm}
p.seminar-title {
  font-weight: bold;
  text-align: center;
  font-size: larger;
   width: 14cm;
}
p.bio {
   width: 14cm;
}
p.abstract {
   color: #002020;  
   line-height:110%;   
   width: 14cm;
}


/* for notes or comments at the end of a list or series of paragraphs */
p.note {
   /* not indented */
    margin-left: 5mm
} 
/* tuned for the success stories */
p.story {
   margin-left:  5mm;
   color: #001020;  
   line-height:130%;   
   width: 14cm;
   text-indent: 8mm;
}

P.signature {
   color: #001020;  
   margin-right: .5cm; 
   margin-left:  8cm}
}

P.salutation {
   color: #001020;  
   margin-right: .5cm; 
   margin-left:  .5cm}
}


/* tuned for the announcements */
p.an {
   font-size: 11pt;
   color: #000000;  
   line-height:110%;   
   width: 14cm;
   text-indent: 0mm;
}






