@charset "utf-8";

strong{
	font-size : 28px;
	font-weight : bold;
	color : red;
	text-decoration: underline;
}

.l40{
	padding-left : 40px;
}

.navy{
	font-weight : bold;
	color : navy;
}

.red{
	font-weight : bold;
	color : red;
}

.green{
	font-weight : bold;
	color : green;
}

.yellow{
	font-weight : bold;
	color : yellow;
}

.fs16{
	font-size:16px;
}

.fs18{
	font-size:18px;
}

.fs20{
	font-size:20px;
}

.fs22{
	font-size:22px;
}

.fs24{
	font-size:24px;
}

.fs28{
	font-size:28px;
}

.fs32{
	font-size:32px;
}

.fs36{
	font-size:36px;
}

.fs40{
	font-size:40px;
}

a:link{
	color : #FFFFFF;
	text-decoration : none;
}

a:visited{
	color : #CCCCCC;
}

a:hover{
	color : rgb(204,204,204);
	text-decoration : underline;
	position : relative;
	top : 1px;
	left : 2px;
}

.center {
	text-align: center;
}

label {
	cursor: pointer;
	cursor: hand;
}