body { background-color: #CCCCCC; color: black; margin: 0px 0px 0px 0px; }

a:link { color: blue; text-decoration: underline }
a:active { color: blue; }
a:hover { color: purple; text-decoration: underline }
a:visited { color: red; }

p { font-family: "times new roman", serif; font-size: 100%; margin-left: 15px; }
p.left	{ text-align: left; margin-left: 15px; }
p.right { text-align: right; }
p.center { text-align: center; }

h1 { text-align: center; }
h2 { text-align: center; }
hr	{ width: 100%; height: 5px; color: #CCCCCC; }
