body {
background-color: #FFFFFF;
color: #000000;
margin-right: 20px;
}

table {
padding: 5px;
font-size: 100%;
}

table.middle {
margin: 2px 10%;
}

h2, h3 {
text-align: center;
}

A:LINK {color: #0000FF; text-decoration: none;}
A:VISITED {color: #800080; text-decoration: none;}
A:HOVER {color: #FF0000; text-decoration: underline;}
A:ACTIVE {color: #800080; text-decoration: none;}

/* ASSIGNS SPECIAL CLASSES */

.small {
font-size: 85%;
}

.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}
