/*css styles to be displayed when looking at the document on the screen*/
@media screen {

}

/*css styles to be displayed when printing the document*/
@media print {

}