@import url("layout.css");

.RedEmphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
h2 {
	font-size: 20px;
	/*padding: 30px !important;*/
	color:blue;
}
h1 {
	font-size: 24px;
	color: #F00;
}

.BlueBlinkEmphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #060;
	text-decoration: blink;
}
.OrangeEmphasis {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #F30;
	background-color: #CF0;
}
.BlackEmpasisBlink14font {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: blink;
	color: #000;
}
.RedEmpahsisblink14font {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
}
.BlackEmphasis14bold14 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.Orangenoback18 {
	font-size: 24px;
	font-weight: bold;
	color: #F30;
}
.BigRedFlashing {
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	text-decoration: blink;
}
.BigBlueEmphasis16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #009;
}
.BigBlueEmphasis18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #009;
}
