body {
	background-color			:	#dfdfdf;
	color						:	#242f4d;
	font-family					:	Times New Roman, Times, serif;
	font-size					:	16px;
}

h1 {
	color						:	#333333;
	font-family					:	Times New Roman, Times, serif;
	font-size					:	14px;
	font-weight					:	bold;
}


hr {
	color						:	#999999;
	height						:	1px;
}

.sub_title {
	font-family					:	Times New Roman, Times, serif;
	font-size					:	16px;
	font-weight					: 	bold;
	color						: 	#ce6262;
}

.title {
	color						:	#ce6262;
	font-family					:	Times New Roman, Times, serif;
	font-size					:	20px;
	font-weight					:	bold;
}

.info {
	color						:	#ce6262;
	font-family					:	"Times New Roman", Times, serif;
	font-size 					:	14px;
	font-weight					:	bold;
}

.note {
	color						: 	#b67c78;
	font-family					:	"Times New Roman", Times, serif;
	font-size					:	16px;
	font-weight					:	bold;
	}
	
a {
	color						:	#2859D3;
	font-family					:	Times New Roman, Times, serif;
	text-decoration				:	underline;

}

a:hover {
	color						:	#2859D3;
	text-decoration				:	underline;
}

a:active {
	color						:	#2859D3;
	text-decoration				:	underline;
}

a:visited {
	color						:	#ce6262;
	text-decoration				:	underline;
}

a:visited:hover {
	color						:	#ce6262;
	text-decoration				:	underline;
}

a.link {
	color						:	#2859D3;
	font-family					:	Times New Roman, Times, serif;
	text-decoration				:	underline;
}

a.link:hover {
	color						:	#2859D3;
	text-decoration				:	underline;
}

a.link:active {
	color						:	#2859D3;
	text-decoration				:	underline;
}

a.link:visited {
	color						:	#ce6262;
	text-decoration				:	underline;
}

a.link:visited:hover {
	color						:	#ce6262;
	text-decoration				:	underline;
}
