@charset "utf-8";

body {
    text-align: center;
	background: grey;
}

table {
	text-align: left;
	font-family:"times new romans";
	background: none;
	color: black;
	border-style: none;
}

h2 {
	font-family: arial;
	color: #003300;
}

#fejlec {
    padding: 1px;
	background: black url(nokiaxfejlec.jpg) left no-repeat;
}

#test {
    padding: 10px;
	background-color: white;
}

#menu a {
    text-decoration: none;
    color: #009900;
    padding: 5px 5px;
    border: 2px solid #00CC00;
    border-bottom: none;
	border-left: none;
	border-right: none;
}

#menu {
	text-align: center;
    list-style-type: none;
    padding: 0px;
}

#menu li {
    display: inline;
}

#menu a:hover {
	color: #00FF00;
    background-color: #003300;
}

li {
    font-family: "comic sans ms";
	font-size: larger;
}

p {
	font-family:"times new romans";
	font-size: large;
	text-decoration: none;
	color: #003300;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #3366FF;
}