/* CSS definition file containing site wide stylesheets */
A:active { color: rgb(0,0,255); text-decoration: underline;}
 A:link { color: rgb(0,0,255);}
 .heading1-test { font-family: 'Gill Sans MT', sans-serif; font-size: large; color: rgb(255,0,0); font-weight: bold;}
 A:visited { color: rgb(102,153,204);}
 H1 { font-family: 'Gill Sans MT', sans-serif; font-size: x-large; color: rgb(0,51,102); font-weight: bold;}
 H2 { font-family: 'Gill Sans MT', sans-serif; font-size: large; color: rgb(51,102,204); font-weight: bold;}
 H3 { font-family: 'Gill Sans MT', sans-serif; font-size: medium; color: rgb(51,153,102); font-weight: bold;}
 A { color: rgb(0,0,255); text-decoration: underline;}
 H4 { color: rgb(51,153,51); font-weight: bold;}
 .2:Link { font-family: Garamond,serif; font-size: x-small; text-decoration: underline;}
 H5 { font-weight: normal; font-style: normal;}
 H6 { font-size: xx-large;}
 A:hover { color: rgb(51,153,0);}
 
