
/*link*/
a:link {
	color: #003682;
	text-decoration: none
}
a:visited {
	color: #003682;
	text-decoration: none
}
a:hover    {
	color: #6083b4;
	text-decoration: none
}
a:active  {
	color: #6083b4;
	text-decoration: none
}


/*block*/
#block790 {
	width: 790px;
	height: auto;
}

.margin5px {
	margin: 5px;
}

/*font*/
.font-small {
	font-size: 10px;
}

.font-24pxboldred {
	font-size: 24px;
	font-weight: bold;
	color: #db240e;
}

.font-16pxpink {
	color: #f33699;
	font-size: 16px;
}


.font_blue { color: #4573B3; }

