﻿var startSize=11;
function cs(size)
{
    startSize+=size;
    document.body.style.fontSize =startSize+'px';
}
