.Bold-text {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bolder;
	color: #000000;
}
.Bold-text-large {

	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.Main-text {

	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
}
body {
	background-color: #003399;
}
.Bold-text-large-red {


	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #990000;
}
.plain-text-large {


	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	color: #000000;
}
.Main-text-red {


	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #FF0000;
}
