a.voyage:link {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
	font-size: 11px;
	font-family: arial;
}
a.voyage:visited {
    color: #000000;
    text-decoration: underline;
    background-color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
	font-size: 11px;
	font-family: arial;
}
a.voyage:hover {
    color: #FF0000;
    text-decoration: underline;
    background-color: #CCFFFF;
    font-weight: normal;
    font-style: normal;
	font-size: 11px;
	font-family: arial;
}
a.voyage:active {
    color: #FF0000;
    text-decoration: none;
    background-color: #CCCCCC;
    font-weight: normal;
    font-style: normal;
	font-size: 11px;
	font-family: arial;
}





