.index-subheading,
.nav-link 
{
     width : 150px;
     text-align : left;
     padding : 3px;
     display : block;
     border-style : solid;
     border-width : 1px;
     border-color : red;
     border-top : none;
     border-right : none;
     border-left : none;
     border-bottom : 1px solid;
}

a.nav-link:link, a.nav-link:visited, a.index-subheading:link, a.index-subheading:visited
{
    background-color : #FFF;
    color : black;
	text-decoration: none;
}

a.nav-link:hover, a.nav-link:active, a.index-subheading:hover, a.index-subheading:active
{
    background-color : #FFFAAA;
	color : black; 
	text-decoration: none;
}

TD
{
	border: 0px solid red; 
	padding: 4px;
}
 
.top,
.left,
.right,
.index-subheading
{
     background-color : #FFF;
     font-size : 12px;
     font-weight : normal;
}

.top,
.left
{
     padding : 3px;
     border-style : solid;
     border-width : 1px;
     border-bottom-width : 2px;
     border-right-width : 3px;
     border-color : red;
}

.index-subheading
{
     border-style : solid;
     border-width : 1px;
     border-bottom-width : 2px;
     border-right-width : 3px;
     border-color : #999;
     width : 150px;
     display : block;
}

.top{
    height:100px;
    width:98%;
    vertical-align: middle;
}

.left{
    position:absolute;
    top:130px;
    width:240px;
    float:left;
    text-align:left;
}

.right{
    position:absolute;
    top:130px;
    left:270px;
    text-align:left;
}

.alternate{
    background-color: #FAA;
}

.header{
     font-size : 30px;
     font-weight : bold;
}

