﻿@media print { /* Стиль для печати */
#top, #firstcol { display: none;
}


img{
display: inline-block;
}

}
