﻿/* Font */

.font {
font-family: cambria;
}

#heading, #text {
    display: inline;
    margin-right: 10px; /* Optional: adds a little space between them */
}
/* Body */

.bodynotes {
background-color: #fffff0;
}

.bodymath {
background-color: #ccffff;
}

.bodydesign {
background-color: #ffc299;
}

.bodyunisim {
background-color: #ffff99;
}

/* Tables */

.table1 {
border: 1px solid black;
}

th {
  color: white;
  background: black;
}

.tr1 {
padding: 3px;
}

.td1 {
background-color: #FFFFFF;
}

.left {
text-align: left;
}

.center {
text-align: center;
}

