a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.size1 {
	font-size: 10px;
	line-height: 13px;
}

.size2 {
	font-size: 12px;
	line-height: 15px;
}
	
.size2b {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

.size3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

.size4 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
}

select {
	font-size:12px; color:#ffffff; background:#FC9B8A;
}

input {
	font-size:12px; color:#000000; background:#ffffff;
}

textarea {
	font-size:12px; color:#333333; background:#ffffff;
}

/* ID */
#white{
	color: #ffffff;
}

