/* 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 */
P {
    color: #00000;  
   font-family: Verdana, Univers, sans-serif;
   text-align: justify;
   line-height: 120%;
   margin-right: .5cm; 
   margin-left:  5mm}

P.subhead {
   font-weight: bold }

/* links in the banner should be white and not underlined */
A.banner:active {color: white}
A.banner:link {color: white}
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:link {color: blue; text-decoration: none}
A:visited {color: purple; text-decoration: none}

HR {margin-left:5mm;
    margin-right: 10mm}

H1 {font-family: Verdana, Ariel, sans-serif;
   /* set margin to align with left edge of the banner */
   margin-left: 5mm
}
/* not much used */
H2 {
    margin-left: 5mm
} 
/* used for most section heads */
H3 {font-family: Verdana, Ariel, sans-serif;
   margin-left: 5mm
}
H3 {margin-left: 5mm; 
	font-family: Verdana, Ariel, 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.ix {
   font-family: Verdana, Univers, sans-serif;
}

/* 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
