@charset "ISO-8859-1";

@font-face { font-family: Terminator; src: url('terminator real nfi.otf'); } 

body {
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-position: center;
}

.sub-bg {
	background-image: url(images/subpage_03.jpg);
}
.border {
	border: 3px solid #666;
}

/* TEXT */
.text1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #EA1E24;
	font-weight: bold;
}
.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

/* END TEXT */


/* HOMEPAGE MENU */
.index-menu {
	background-image: url("images/index2022_02.jpg");
	width: 399px;
	height: 564px;
}

.index-menu table a{
	color: #000;
	text-decoration: none;
	font-family: 'Terminator', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	-webkit-text-stroke: 1px red;
}

.index-menu table a:hover{
	color: #fff;
	-webkit-text-stroke: 1px black;
	text-decoration: none;
}


.menu-background-color {
	background-color: #fff;
	border: 4px solid #000;
	padding: 8px;
}


/* END HOMEPAGE MENU */

/* SUBPAGE MENU */
.subpage-menu {
	background-image: url("images/subpage2022_02.jpg");
	width: 399px;
	height: 475px;
	padding-left: 60px;
}

.subpage-menu table a{
	color: #000;
	text-decoration: none;
	font-family: 'Terminator', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	-webkit-text-stroke: 1px red;
}

.subpage-menu table a:hover{
	color: #fff;
	-webkit-text-stroke: 1px black;
	text-decoration: none;
}


.subpage-menu-background-color {
	background-color: #fff;
	border: 4px solid #000;
	padding: 8px;
}


/* END SUBPAGE MENU */
