@charset "utf-8";
/* CSS Document */

/*text effects*/
.tag {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	position: relative;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	background-color: #00CCFF;
	letter-spacing: 0.14em;
	margin-bottom:10px;
	}

.bold {
	font-weight:bolder;
	}

.error {
	color:red;
	font-weight:bold;
	}
.red {
	color:#FF0000;
	}

.blue {
	color:#00289F;
	}

.italic {
	font-style:italic;
	}