@charset "utf-8";
/* CSS Document */

.borderleft {
border-right-color: #666666;
border-right-style: solid;
border-right-width: 1px;
border-left-color: #666666;
border-left-style: solid;
border-left-width: 1px;
}

.borderright {
border-right-color: #666666;
border-right-style: solid;
border-right-width: 1px;
}

.menu {
font-family:"Courier New", Courier, monospace;
font-size:16px;
font-weight: bold;
font-style:normal;
color:#FFFFFF;
}

a.menu {
color:#FFFFFF;
text-decoration:none;
}

a.menu:hover {
color: #FF9900;
}

h1 {
font-family:"Courier New", Courier, monospace;
font-size:20px;
font-weight: bold;
font-style:normal;
color: #FFCC00;
margin-left: 20px;
margin-right: 20px;
}

h2 {
font-family:"Courier New", Courier, monospace;
font-size:18px;
font-weight: bold;
font-style:normal;
color: #FF9900;
margin-left: 20px;
margin-right: 20px;
}

h3 {
font-family:"Courier New", Courier, monospace;
font-size:16px;
font-weight: bold;
font-style:normal;
color: #FF9900;
margin-left: 20px;
margin-right: 20px;
}

h4 {
font-family:"Courier New", Courier, monospace;
font-size:15px;
font-weight: normal;
font-style:normal;
color: #FFCC00;
margin-left: 20px;
margin-right: 20px;
}


.copyright {
font-family:"Courier New", Courier, monospace;
font-size:11px;
font-weight: bold;
font-style:normal;
color: #FFCC00;
}

a.copyright {
text-decoration:none;
}

a.copyright:hover {
text-decoration:none;
color: #6666FF;
}

.text {
font-family:"Courier New", Courier, monospace;
font-size: 15px;
font-weight: bold;
font-style:normal;
text-align:justify;
color: #CCCCCC;
margin-left: 20px;
margin-right: 20px;
}

a.text {
text-align:center;
text-decoration:none;
color: #FFCC00;
}

a.text:hover {
text-align:center;
text-decoration:none;
color: #6666FF;
}

span.forditva { 
unicode-bidi:bidi-override; 
direction: rtl; 
}