﻿
/*--------------------------------------------------------------------
 TABLE OF CONTENTS
--------------------------------------------------------------------

NOTE: The CSS below is used on each of the separate pages in the Glossary 
(http://www.questrade.com/education/glossary.aspx)
    
1. TEXT FORMATTING

--------------------------------------------------------------------*/



/*--------------------------------------------------------------------
1. TEXT FORMATTING
--------------------------------------------------------------------*/


p {
    padding-top: 0;
    margin-top: 0;
}

h3 {
    color: #7bc238;
    font: 11px Verdana, Geneva, sans-serif;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.bottomlink {
    width:100%;
    height: 16px;
    background-image: url(../images/education/bg_midline.gif);
    background-repeat: repeat-x;
}
a:link, a:visited {
    color: #7bc238;
}

