I used this CSS to alter the [ comment ] text below each flash file on this page. In Dreamweaver WYSIWYG, it center aligns correctly, but on the Internet, they all go to the default left alignment.
.comment {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
text-align: center;
}