h1 {
	font-family: arial; helvetica; sans-serif;
	font-size:         100%;
	line-height:       120%;
	letter-spacing:    0.7em;
	text-align:        center;
}
h2 {
	font-family: arial; helvetica; sans-serif;
	font-size:         100%;
	line-height:       120%;
	letter-spacing:    0.7em;
	text-align:        center;
}
.cd {
	font-family:       arial, helvetica;
	font-size:         200%;
	line-height:       150%;
	letter-spacing:    7px;
	text-align:        center;
	color:             red;
	cursor:            wait;
}
body {
	background:        black;
}
.gold {
	color:             gold;
}
.red {
	color:             red;
}
.scrolltext {
	font-size:         120%;
    stroke:            #ff6;
    stroke-width:      0.5;
}
a {
	font-family:       arial, helvetica;
}
a:link {
	color:cc5533;
	text-decoration:   none;
}
a:visited {
	color:             cc5533;
}
a:active {
	color:             cc5533;
}
a:hover {
	color:             cc5533;
}
table {
	font-family:       arial, helvetica, sans-serif;
	padding:           4pt;
    cell-spacing:      0pt;
    border: 0pt;
}
td {
	font-family:       arial; helvetica; sans-serif;
	border-spacing:    0pt;
	padding:           4pt;
	spacing:           0pt;
}
td.img {
       width:          200px;
}
.small {
	font-size: 60%;
}
.head {
	font-family:       verdana; arial;
	color: red;
    background:        #bbf;
    font-weight:       bold;
}
.bgblue {
	background:        #bbf;
}
.bgpink {
	background:        #f7f;
}
.bgyellow {
	background:        #ff3;
}
.br {
	color:             red;
	border:            solid red 0pt;
}
.bwr {
	background:        #fff;
	border:            solid red 3pt;
}
.justify {
	text-align: justify;
}
