

body {background-color: rgb(255, 255, 240)}
/*192,192,192   220,220,220 */

p {font-family: "sans serif"; text-align: justify}
p.left {text-align: left}
p.center {text-align: center}
p.right {text-align: right}


a {text-decoration: none}
a:link {color: rgb( 34,139,34 )}
a:visited {color: rgb( 34,139,34 )}
a:hover {color: rgb( 0,80,0 )}
a:active {color: rgb( 0,80,0 )}

h1 {text-align:center; color: rgb( 0,0,255 )}
h2 {text-align:center; color: rgb( 0,0,255 )}
h3 {text-align:center; color: rgb( 0,0,255 )}
h4 {color: rgb( 0,0,255 )}

td {vertical-align: top}

span.important {color: rgb( 0,0,255 )}

img {border: 0}
img.right {vertical-align:text-top; float: right; margin:0px 0px 20px 20px}
img.left {vertical-align:text-top; float: left; margin:0px 20px 20px 0px}
