﻿body 
{
      background-color : #FFFFFF;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #000000;
      margin-top: 10px; 
      font-size : 15px;
}

h1 /* welcome to javascope top heading */
{
    font-size : 19px;
    line-height: 19px;
    font-weight : bold;
    color : Black;
    text-decoration: none;
}

h2 /* Menu Items */
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size : 18px;
    line-height: 19px;
    font-weight : bold;
    color : #003d66;
    display:inline;
    text-decoration: none;
}

h3 /* Section Heading */
{
    font-size : 30px;
    line-height: 30px;
    font-weight : normal;
    color : #003d66;
    display:inline;
    text-decoration: none;
}
 
h4 /* subSection Heading */
{ 
    font-size : 22px;
    line-height: 22px;
    font-weight : normal;
    font-variant : small-caps;
    color : #003d66;
    text-decoration: none;
}

h5 /* submenu Heading */
{ 
    font-size : 12px;
    line-height: 18.5px;
    font-weight : bold;
    display:inline;
    color : #003d66;
    text-decoration: none;
}

.footer
{
    font-size : 12px;
    line-height: 12px;
    font-weight : normal;
    color : Black;
}

.lineSpaced
{
    line-height: 16.5pt;
}

.justify
{
    text-align: justify;
}
    
a
{
    text-decoration: none;
    color: #003d66;
}

a:hover
{
    color: #000000;
}

h5:hover
{
    color: #000000;
}

.link
{
    text-decoration: underline;
}