body {
	background-color:yellow;
	background-image:url("wallpaper.jpg");
	background-repeat:no-repeat;
	color:blue;
}
table {
	border:2px solid white;
	border-spacing:10px;
	width:60%;
}
td {
	border:1px solid white;
	height:40px
	text-align:center;
	vertical-align;bottom;
}
th {
	border:1px solid white;
	font-weight:bold;
	height:40px
	text-align:center;
	vertical-align;bottom;
}
hr{
	color:blue;
}
.kozep{
	text-align:right;color:red;
}
.table{
	text-align:center;color:gold;
}
li{
	font-weight:bold;
}
a:link{
	color:green;
	background-color:transparent;
}
a:visited{
	color:red;
	background-color:transparent;
}
a:hover{
	color:blue;
	background-color:transparent;
}
a:active:{
	color:gold;
	background-color:transparent;
}
img{
	width:30%;
	height:30%;
	border-width:5px;
	border-style:solid;
	border-color:green;
}