/*
Copyright © 2001 Canadian Heritage Information Network

Virtual Museum of Canada fontDeclarations 1.0

Last Updated: Aug 28, 2003.

This Stylesheet is used to declare site wide HTML tag re-definitions, and is included in all
VMC pages.  This stylesheet is intend only for HTML redefinitions pertaining to size/font-families for
text.  

Please note that color is omitted from this style sheet, as some pages need different font colors which
get defined from a custom stylesheet.
*/


h1 {
font-family: Arial;
font-size: 20;
}

h2 {
font-family: Arial;
font-size: 18;

}

h3 {
font-family: Arial;
font-size: 16;
}

h4 {
font-family: Arial;
font-size: 14;
}

h5 {
font-family: Arial;
font-size: 10;
}

p {
font-family: Arial;
font-size: 12;
}

li {
font-family: Arial;
font-size: 12;
}

a {
font-family: Arial;
}
