@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: league;
src: url(‘LeagueGothic.otf’);
}
.my_CSS3_class {
font-family: league;
font-size: 3.2em;
}


.header {font-family: league; font-size:16px;}
.orange { color:#FF0000; font-weight:bolder;}