/*Link block for hyperlinks to other areas of the Internet */
a {
    padding-right: 10em;
    float: right;
}

a:link {
    color: #ff0000;
}

a:visited {
    color: #000080;
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: underline;
    color: #9685BA;
}
/*Menu with rollovers is made as individual table */
table#menu td a {
    float: left;
    color: #000080;
    line-height: 13px;
    padding: 0em 0.5em 0em 0.5em;
    font-size: 0.9em;
}

table#menu td a:hover {
    background: #000080;
    text-decoration: none;
    color: #ffffff;
}

table#menu td a:active {
}
table#text td{
	color: white;
	text-align:left;
	
}
table#text td h3{
	color: #000080;
	text-decoration: underline;
	top:auto;
	
	}
td#text h3{
	color: #000080;
	text-decoration: underline;
	top:auto;	
}
td#text i{
	color: #FFFF00}
div#first  h3{
	color: white;
	text-decoration: underline;
}
#first{
	color: white;
}
div.centered {
                text-align: center;
            }

