Print.css
/* CSS placed here will affect the print output */ h1 {
colour: blue; background-color: yellow; border: 1px solid black;
}
h2 {
colour: green; background-color: yellow; border: 1px solid black;
}
h3 {
colour: red; background-color: yellow; border: 1px solid black;
}
p {
color: red;
}
p, li {
text-decoration: underline;
}