﻿/* BEGIN GLOBAL STYLES */

A:link {
text-decoration: underline; 
color: white;
}

A:visited {
text-decoration: underline; 
color: white;
}

A:active, A:hover {
text-decoration: underline overline; 
color: white;
}



/* END GLOBAL STYLES */