div.menu {
  position: relative;
  float: right;
  width: 170px;
}
div.tartalom {
  margin-left: 190px;
  margin-right: 190px;
}
h1 { font-size: 50px; color: #999900; font-style: italic; font-weight: bold; font-family: Blackadder ITC; } 
h2  { font-size: 30px; color: #cccc00; font-style: italic; font-family: Monotype Corsiva; }
h3	{ font-size: 25px; color: #cccc00; font-style: italic; font-family: Monotype Corsiva; }
h4	{ font-size: 20px; color: #cccc00; font-style: italic; font-family: Monotype Corsiva; }
  p { font-size: 24px; color: #AAAA00;  background-color: rgba(0,0,0,0.95); font-family: Monotype Corsiva; text-align: justify; }
  Marquee { background-color: rgba(0,0,0,0.5); }
  Table { font-size: 24px; color: #AAAA00;  background-color: rgba(0,0,0,0.95); font-family: Monotype Corsiva; }
body {

                background-color: #000000;

                background-image: url("favichatter3.png");

background-repeat: no-repeat;

background-position: center;
background-attachment: fixed;
cursor: url('my-mouse-pointer5.cur'), auto;

}
A {
  cursor: url('my-mouse-pointerh5.cur'), auto
  }
#css_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#css_menu a {
	display: block;
	color: #ffffff;
	background-color: #999900;
	border: 0;
	border-left: 3pt solid #666600;
	border-right: 3pt solid #cccc00;
	width: 100pt;
	padding: 3pt 3pt;
	text-decoration: none;
}
#css_menu a:hover {
	display: block;
	color: #ffffff;
	background-color: #cccc00;
	border: 0;
	border-left: 3pt solid #999900;
	border-right: 3pt solid #FFFF00;
	width: 100pt;
	padding: 3pt 3pt;
	text-decoration: none;
}
#navcontainer ul{
	list-style-type: none;
	margin: 10;
	padding: 10,20;
}
#navcontainer li a {
float:left;
padding: 3pt 3pt;
background:#999900;
color:#fff;
text-decoration:none;
border-right:1px solid #FFFF00;
border-bottom:2px solid #666600;

}
#navcontainer ul li a:hover {
color:#fff;
background:#cccc00;
}

#navcontainer2 ul {
list-style-type: none;
	margin: 10;
	padding: 10,20;
}
#navcontainer2 li a {
float:left;
padding: 3pt 3pt;
background:#999900;
color:#fff;
text-decoration:none;
border-right:1px solid #FFFF00;
border-bottom:2px solid #666600;
}
#navcontainer2 ul li a:hover {
color:#fff;
background:#cccc00;
}
#navcontainer3 ul {
list-style-type: none;
	margin: 10;
	padding: 10,20;
}
#navcontainer3 li a {
float:left;
padding: 3pt 3pt;
background:#999900;
color:#fff;
text-decoration:none;
border-right:1px solid #FFFF00;
border-bottom:2px solid #666600;
}
#navcontainer3 ul li a:hover {
color:#fff;
background:#cccc00;
}
#navcontainer4 ul {
list-style-type: none;
	margin: 10;
	padding: 10,20;
}
#navcontainer4 li a {
float:left;
padding: 3pt 3pt;
background:#999900;
color:#fff;
text-decoration:none;
border-right:1px solid #FFFF00;
border-bottom:2px solid #666600;
}
#navcontainer4 ul li a:hover {
color:#fff;
background:#cccc00;
}
#navcontainer5 ul {
list-style-type: none;
	margin: 10;
	padding: 10,20;
}
#navcontainer5 li a {
float:left;
padding: 3pt 3pt;
background:#999900;
color:#fff;
text-decoration:none;
border-right:1px solid #FFFF00;
border-bottom:2px solid #666600;
}
#navcontainer5 ul li a:hover {
color:#fff;
background:#cccc00;
}
a:link {
  color: #666600;
  text-decoration: none
}


a:visited {
  color: #999900;
  text-decoration: none
}


a:hover {
  color: #cccc00;
}


a:active {
  color: #FFFF00;
}


