Skip to content
Grand March
National Anthem
Opening Ceremonies
Mike Hogan – Superstitions
Mike Hogan – Edge of Glory
Mike Hogan – Yodel
Peter Gomez – Piano Roll Waltz
Peter Gomez – Calendar Girl
Pat Matthews – All of Me
/* General Table Styling */
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 16px;
text-align: left;
}
/* Table Header */
table th {
background-color: #f4f4f4;
color: #333;
font-weight: bold;
padding: 10px;
border: 1px solid #ddd;
}
/* Table Rows */
table td {
padding: 10px;
border: 1px solid #ddd;
}