.h1 {
	font-family: Verdana;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.h4 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.st {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
}
.st1 {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
}
.li:link {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: blue
}
.li:visited {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: blue
}
.blue {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	color: blue;
}
.red {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: red;
}
.red_big {
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: red;
}
.black {
	font-family: Verdana;
	font-size: 22px;
	font-style: normal;
	color: black;
}
.text      		 	  		{
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 13px;
							color: #000000;
					  		}	
.li1:link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: blue
}
.li1:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: blue
}
.li1::visited {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: blue
}

.title {
	font-family: Verdana;
	font-size: 52px;
	font-style: italic;
	font-weight: bold;
	color: #EF7F13;
}