@media screen {
a:link { text-decoration: none; }
div { width: 50%; }
}

@media print {
a { color: red; }
div { width: 57%; }
}

