.bold { font-weight: bold }

.arial{ font-family: arial }
         
.center { text-align: center; }
         
.blue { color: #0000FF; }

.green { color: #008000; }
         
.white { color: white; }
	 
.rightalign{ text-align: right; }
         
.bluebg { background-color: d/f/d; color: black; }

BODY { background-color: white; color: black; }

H1 { color: #0000FF; }

A:visited { color: #551A8B; }

A:link { color: #0000FF; }

A.whitelink:visited { color: white }

A.whitelink:link { color: white }
