/* FINAL CSS (must be the last CSS) */ 
/* ============================= */ 
/* The Final CSS can and should always be loaded */ 
/* Use these classes only for special cases !!! */ 

@media screen, projection, print { /* Screen, Beamer, Printer */ 
/* =================================================================== */ 
.bold {font-weight:bold; } 
.ital {font-style:italic; } 
.uline {text-decoration:underline; } 
.tal {text-align:left; } 
.tac {text-align:center; } 
.tar {text-align:right; } 
.vat {vertical-align:top; } 
.vam {vertical-align:middle; } 
.vab {vertical-align:bottom; } 
} 

