/* CSS definition file containing site wide stylesheets */
A:active { color: rgb(0,0,204);}
 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(0,0,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,153);}
 H4 { color: rgb(51,153,51); font-weight: bold;}
 H6 { font-size: xx-large;}
 A:hover { color: rgb(153,255,255);}
 