body {
    font-size: 16px;
    color:#999;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 17px;
}

h2.hline {
    font-size:20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 18px;
}

.textsmall a {  
    background:url(/imgs/textsize.png) no-repeat bottom;
    width:24px;
    height:13px;
    display:block;
    float:right;
}
 
.textbig a {  
	display:none;
}

.textsmall a:hover {
    background-position:top;
}
