@charset "utf-8";

/* Typography style sheet
 * - setting of the base font size through percentage value
 * - all other elements are sized using ems, instead of px
 * 
 * University of Ottawa
 * Computing and Communications Services
 */

body { font-size: 62.5%; font-family: Verdana, Helvetica, sans-serif; color: #353535; }
input.submit, input.button { font-family: Verdana, Helvetica, sans-serif; font-size: .90em; }

h1 { font-size: 1.8em; font-weight: bold; margin-bottom: 1.5em; margin-top: 1em; }
h2 { font-size: 1.5em; font-weight: bold; margin-top: 1em; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 1.2em; font-weight: bold; }

a { color: #903; }
a:visited { color: black; }

#contact-info-title { font-size: 1.2em; font-weight: bold; }

#contact-info address {
	font-style:normal;
}