@media print {

div#images {
    display: none;
}

div#yellow {
    display: none;
}

div.nav a {
    background-color: silver;
    border: 1px solid gray;
	color: #000080;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
}

h2 {
    font-size: 13px;
}

.right {
    padding-top: 0;
}

.center-content {
    padding-bottom: 0;
}

#logo {
    margin: 5px;
}

div.nav {
    margin-top: 0;
    height: 20px;
}

.footer-box {
    display: none;
}

}
