@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');

a.contra, .item_txt, .item_txt_contra, .item_txt_contra:hover, .i_200x0, .tbl_td {
	border: 1px solid #000000;
}


.item_txt, .item_txt_contra {
    display: inline-block;
    width: 100px;
    padding: 10px;
    margin: 5px;
    text-align: center;
}
user agent stylesheet
div {
    display: block;
}
Style Attribute {
    color: black;
}

a, a.dotted, a.contra:hover {
    color: #1a8000;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
user agent stylesheet
center {
    text-align: -webkit-center;
}
body {
	font-size: 14px;
	font-family: 'Fredericka the Great', cursive;
	background-image: url(../bg.png);
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1a8000;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
.style2 {font-size: 30px}
.style3 {font-size: 50px}
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
.style7 {
	font-size: 10
}
.style9 {font-family: 'Fredericka the Great', cursive}
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: auto;
	width: 50%;
	padding: 10px;
}
.table, td, td {
	text-align: center;
	margin-left: auto;  
margin-right: auto;  
  }
  .center {
	margin: auto;
	width: 50%;
	padding: 10px;
  }