@media print {

body {
font-size: 12pt;
font-family: "Times New Roman";
color:#000000;
line-height: 1.1;
}

.body {
margin: 0.5cm;
font-size: 12pt;
font-family: "Times New Roman";
color:#000000;
line-height: 1.1;
}

.topcontent {
color:#000000;
}

.bulletin {
        
border-color:#000000;
}

header, .topnav, footer {
display: none;
}

.ss {
display: none;
}

.spacer {
display: none;
}

.coursefinder {
display: none;
}

form {
display: none;
}

img {
max-width: 200px;
}

img.floatLeft { 
    max-width: 250px;
}


img.floatRight { 
    max-width: 250px;
}


h1 {
font-size: 16pt;
}

h2 {
font-size: 12pt;
margin-top: 20px;
}

h4 {
color: #000000;
}

a:link {
    color: #000000;
    text-decoration:none;
}

a:visited {
    color: #000000;
}


}