body {
color : black;
background-color : #ffffee;
}
a:link {
color : #336699;
background-color : transparent;
}
a:visited {
color : #cc9933;
background-color : transparent;
}
a:active {
color : #ff9966;
background-color : transparent;
}
.center {
text-align : center;
}
.left {
text-align : left;
}
p {
text-align : left;
}
ul {
text-align : left;
}
li {
text-align : left;
}
