/* Table for Notes*/

table { background-color: #222222; color: #00c0f3; width: 600px; height: auto; margin-top: 40px; margin-right: auto; margin-left: auto; padding-top: 10px; padding-bottom: 10px; border-top: 4px outset #333; border-right: 4px outset #333; border-left: 4px outset #333; border-bottom-color: #333; }

td { font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px; padding: 4px; }

.notes-head { background-color: transparent; color: #eeeeee; width: 600px; height: auto;  padding-top: 0px; margin-right: auto; margin-left: auto; border-left: 4px outset #333333; border-bottom: 4px outset #333333; border-right: 4px outset #333333; border-top-color: #333333; text-align: center; }
.notes-top { background-color: transparent; color: #eeeeee; width: 180px; height: auto; margin: 0px auto; border-bottom: 1px solid #333333; text-align: center; }
.notes-sides { background-color: transparent; color: #00c0f3; width: 180px; height: auto; margin: 0px auto; padding-top: 26px; border-bottom: 1px solid #333333; }
.notes-bottom { background-color: transparent; color: #00c0f3; width: 180px; height: auto; margin: 0 auto 0; padding-top: 26px; }
