@font-face { font-family: 'ABeeZee';
             src: url(Fonts/ABeeZee-Regular.otf) format('opentype'); }			 

html {
	background-image: url(web_images/back.png);  
	background-repeat: repeat;  
	background-attachment: scroll;  
	background-position: 50% 50%;
}

h1 {
	font-family: ABeeZee;
	font-size: 80px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-align: center;
	color: green;
}
h2 {
	font-family: ABeeZee;
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-align: center;
	color: green;
}
h3 {
	font-family: ABeeZee;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-align: center;
}
h4 {
	font-family: ABeeZee;
	font-size: 60px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-align: center;
	color: blue;
}
p {
	font-family: ABeeZee;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-align: center;
}
footer {
	font-family: ABeeZee;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-align: center;
}
ol {
	font-family: ABeeZee;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-align: center;
}
iframe {

}
table {
	margin-left: auto;
	margin-right: auto;
	min-height: 30px;
	border: 2px solid black; 
}	
caption {
	font-family: ABeeZee;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-align: right;
}
td, th {	
	border: 1px solid black; 
	vertical-align: center;
	font-family: ABeeZee;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-align: right;
}
nav {
	text-align: center;
}
li {
	font-family: ABeeZee;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	color: blue;
	display: inline;
	list-style-type: none;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
}
h5 {
	font-family: ABeeZee;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-align: center;
	color: blue;
}
