a{
	color: #00f;
	text-decoration: none;
}
a:hover{
	color: #f00;
	text-decoration: underline;
}

.size1{
	font-size:50%;
}
.size2{
	font-size:65%;
}
.size3{
	font-size:75%;
}
.size4{
	font-size:90%;
}
.size5{
	font-size:110%;
}
.size6{
	font-size:150%;
}
.size1lh{
	font-size:50%;
	line-height: 140%;
}
.size2lh{
	font-size:65%;
	line-height: 140%;
}
.size3lh{
	font-size:75%;
	line-height: 140%;
}
.size4lh{
	font-size:90%;
	line-height: 140%;
}
.size5lh{
	font-size:110%;
	line-height: 140%;
}
.size6lh{
	font-size:150%;
	line-height: 140%;
}

.example{ 
	clear: both;
}

.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}

.fr{
	floar: right;
}
.fl{
	float: left;
}

.line_dot{
	border: 0;
	border-bottom: 2px #999 dotted;
	margin: 10px 0;
}
.line_solid{
	border: 0;
	border-bottom: 1px #999 solid;
	margin: 10px 0;
}

#copyright{
	font-size: 75%;
	line-height: 140%;
	color: #555;
	margin-bottom: 10px;
}
