﻿body {
    font-family: Georgia, Times New Roman, Serif;
    width: 800px;
    line-height: 17pt;
}

a { color: #069; text-decoration:none; }
a:visited { color: #1AB; }

    
@media print {    
    a { color: #000; text-decoration:none; }
    a:visited { color: #000; }
} 

@media screen {
    body { margin-left: 40px; margin-bottom:30px; }
}

#header {
    font-family: Times New Roman, Serif;
    text-align: center;
    font-size: 17pt;
    line-height: 80px;
}

#header .logo {
    width: 140px;
    height: 70px;
}

h2, h4, p {
    margin:0;
    display: inline;
}

h2 {
    font-family: Times New Roman, Serif;
}

h4 {
    font-size: 10pt;
}

.course {
    margin-top: 30px;
}

.courseDetails {
    margin: 4px 0 0 30px;
}
