﻿@media print {
    a[href]:after {
        content: none !important;
    }
}

.rcorners1 {
    border-radius: 10px;
    background: #dedede;
    color:white;
    padding: 20px;
    width: 200px;
    height: 150px;
}

.rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
}

.rcorners3 {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    width: 200px;
    height: 150px;
}