/* CSS Document */

.footMenu a.active, .footMenu a:visited.active {
color: #CD3700;
}
* html .footMenu a.active, * html .footMenu a:visited.active {
color: #CD3700;
}

.footMenu a:hover{
color: #CD3700;
}

p {
text-align: left;
}

#center {
text-align: center;
}

p a, p a:visited, p a:visited.active {
color: #CD3700;
text-decoration: none;
}

* html p a, * html p a:visited, * html p a:visited.active {
color: #CD3700;
text-decoration: none;
}
p a:hover{
font-weight: bold;
} 
