body {
	background-image: url('Background/bg_aw.png');
	color: #FFFF66;
	font-size: 14px;
	font-family: Comic Sans MS, Arial Black;
}

a {
	color: #FFFF66;
}

a:hover {
	color: #66FF66;
}

hr {
	width: 780px;
	background-color: #FFFF66;
	border:solid #FFFF66 1px;
}

table.title {
	font-size: 18px;
	width: 780px;
	padding-left: 20px;
}

table.info {
	width: 780px;
}

th {
	text-align:left;
}

p.info {
	font-size: 18px;
	margin: 10px;
	text-align: center;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}
.copy {
	font-size:10px;
}
.small {
	font-size:12px;
}
.norm {
	font-size:14px;
}