/*

h1 { font-size: 150%; line-height: 150%; display:inline }
h2 { font-size: 140%; line-height: 140%; display:inline }
h3 { font-size: 130%; line-height: 130%; display:inline }
@media (max-width: 970px) { h1 { font-size: 120%; line-height: 120%;} }
@media (max-width: 970px) { h2 { font-size: 110%; line-height: 110%;} }
@media (max-width: 970px) { h3 { font-size: 100%; line-height: 100%;} }

a { color:#555; text-decoration:none; }
a:hover { color: #C00 }

.fontsize_default { font-size:80%; }
.fontsize11px { font-size:70%; }
.fontsize12px { font-size:80%; } 
.fontsize14px { font-size:90%; }
.fontsize16px { font-size:95%; }
.fontsize18px { font-size:100%; }
.fontsize24px { font-size:110%; }

.fontsize-h1 { font-size:150%; }

*/