h1 {
font: 14px Georgia, Palatino, serif;
color: #c63;
text-decoration: overline;
line-height: 16px;
}

a:link {
color: #063;
text-decoration: none;
}
a:visited {
color: #063;
text-decoration: none;
}
a:hover {
color: #c63;
text-decoration: none;
}
a:active {
color: #063;
text-decoration: none;
}

img {
border: none;
}

#navBar {
padding: 10px;
width: 95%;
}
.grey {
background-color: #999;
height: 45px;
width: 100px; 
border: 3px solid #999;
}
#orange {
background-color: #c63;
height: 45px;
border: 3px solid #c63;
align: center;
}

.highlight {
font: 13px bold Georgia, Palatino, serif;
color: #063;
}

.text {
background-color: #fff;
color: #000;
font: 11px Georgia, Palatino, serif;
line-height: 13px;
padding: 20px;
border: 1px solid #999;
}

.text-1 {
background-color: #fff;
color: #000;
font: 11px Georgia, Palatino, serif;
line-height: 13px;
padding: 20px;
}

.list {
background-color: #fff;
color: #063;
font-size: 11px;
line-height: 17px;
margin-left: 90px;
}

.toplink {
font: 10px bold Helvetica, sans-serif;
color: #c63;
padding: 10px;
}

/* Alignment Calls */
.align-center {text-align:center}
.align-left {text-align:left}
.align-right {text-align:right}
.center {margin:0px auto}
table.float-left {float:left}
table.float-right {float:right}
table.nomargin {background:#ffffff;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}