/* 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(153,153,0); font-weight: bold;}
 H2 { font-family: 'Gill Sans MT', sans-serif; font-size: large; color: rgb(204,255,0); font-weight: bold;}
 H3 { font-family: 'Gill Sans MT', sans-serif; font-size: medium; color: rgb(153,153,0); font-weight: bold;}
 A { color: rgb(0,0,153);}
 H4 { color: rgb(204,255,51); font-weight: bold;}
 A:hover { color: rgb(102,102,255);}
 