a:link{
 color: #0000D0;
	font-weight: bold;
	}
a:active{
 color:red;
	font-weight: bold;
	}
a:visited{
 color: #993399;
	font-weight: bold;
	}
a:hover{
 color:#CC6600;
	font-weight: bold;
 }

.font12{
 font-size: 12px;
	line-height: 1.8em;
	}
.font10{
 font-size: 10px;
	line-height: 1.8em;
	}
.font14{
 font-size: 14px;
	line-height: 1.8em;
	}
.font11{
 font-size: 11px;
	}
.font16{
 font-size: 16px;
	line-height: 1.8em;
	}
.back_red{
 background-color: #66FF00;
	}
.back_orange{
 font-size: 16px;
	background-color: #FFCC33;
	}
.back_blue{
 background-color: #00FFFF;
	font-size: 14px;
	}
	
h1{
 font-size: 14px;
	color: #663300;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px auto;
	padding: 0;
	}

p {
	font-size: 14px;
	margin: 5px auto;
	padding: 0;
	line-height: 1.5em;
}

#info {
	width: 300px;
	margin: 10px auto;
	padding: 5px 10px;
	border: #630 solid 1px;
}

#info p {
	font-size: 12px;
	color:#300;
	margin: 5px 0 0;
	padding: 0;
	line-height: 1.5;
	text-align: left;
}