body {
	 font-family: 'Roboto', sans-serif;
}

table.calendar {
    font-family: arial, helvetica;
    font-size: 10pt;
    empty-cells: show;
    border: 1px solid #000000;
}
table.calendar tr td {
    border: 1px solid #aaaaaa;
}
table.calendar tr {
   vertical-align: top;
   height: 75px;
   background: #EEEEEE;
}
table.calendar tr.header {
    text-align: center;
    height: auto;
    font-weight: bold;
}
.Preparation {color: #003399}
  .Due {
	color: #aa0000;
	font-weight: bold;
}
.ImportantDate {
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
}

.DateFormat {font-size: 16pt}
.ClassDesc {
	font-size: 9px;
	font-style: italic;
}

.menuHead {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.menuItem {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}

.titleHead {
	font-family: arial, verdana;
	font-size: 28px;
}

.titleHead.header{
	padding-left: 58px;
	padding-top: 2px;
	color: white;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px
}

 /* The navigation bar */
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    text-align: center;
}

.navbar li {
    display: inline;
    color: #ffffff;
}

.navbar li a {
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}

/* Main content */
.main {
    width: 80%;
    margin: 60 auto;
    text-align: left;
}

.topHeader {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
}