body {font-family: sans-serif; background-color: silver; color: silver; text-align: justify; font-family: courier}

h1 {font-family: sans-serif; text-align: center}

.i {font-style: italic}

.u {text-decoration: underline}

.c {text-align: center}

.r {text-align: right}

.ind {text-indent: 5%}

.b {font-weight: bold}

a:link {color: gray; text-decoration: none}

a:active {color: black; text-decoration: none}

a:visited {color: gray; text-decoration: none}

a:hover {color: silver; text-decoration: none}

</style>