﻿/* Font */

.font {
font-family: cambria;
}

/* Body */

.bodynotes {
background-color: #ccffcc;
}

.bodymath {
background-color: #ccffff;
}

/* Tables */

.table1 {
border: 1px solid black;
}

.tr1 {
padding: 3px;
}

.td1 {
background-color: #FFFFFF;
}

.left {
text-align: left;
}

.center {
text-align: center;
}

