body {

	}
	
a:link		{ color: #b93695; text-decoration: none }
a:active	{ color: #b93695; text-decoration: none }
a:visited	{ color: #b93695; text-decoration: none }
a:hover		{ color: #b93695; text-decoration: underline }

.font11 {
		font-size : 11px;
		letter-spacing : 0.1em;
		line-height : 1.5em
	}

.font12 {
		font-size : 12px;
		letter-spacing : 0.1em;
		line-height : 1.5em
	}

.font13 {
		font-size : 13px;
		letter-spacing : 0.1em;
		line-height : 1.5em
	}

.font13_2 {
		font-size : 13px;
		letter-spacing : 0.1em;
		line-height : 2.0em
	}

.font14 {
		font-size : 14px;
		letter-spacing : 0.1em;
		line-height : 1.5em
	}
	
.font20 {
		font-size : 20px;
		letter-spacing : 0.1em;
		line-height : 1.5em
	}
	
.black {
		color : #000000
	}

.gray {
		color : #666666
	}

