@charset "utf-8";


/* ticket style
------------------------------------*/
p {
	margin-left: 20px;
	width: 750px;
}
.line-through {
	text-decoration: line-through;
	color: #F00;
}
.red {
	color: #F00;
}
h3 {
	margin-left: 40px;
}
li {
	margin-left: 60px;
	list-style: none;
}
#content a {
	color: #FFF;
	font-size: 120%;
}
#content a:hover {
	background-color: #F00;
}
