	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	table{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#EEEEEE;
	}
	#naslov {
		font-family:Georgia;
		font-size:20px;
		color:#3E7191;
	}
	h1 {
		font-family:Georgia;
		font-size:20px;
		color:#3E7191;
		font-weight:normal;
	}
	h2 {
		font-family:Georgia;
		font-size:16px;
		color:#3E7191;
		font-weight:normal;
	}
	#podnaslov {
		font-family:Georgia;
		font-size:13px;
		color:#444444;
		font-variant:small-caps;
	}
	#tekst {
		font-family:Verdana;
		font-size:11px;
		color:#333333;
		line-height:16px;
	}



	.linklabel{
		position: absolute;
		z-index: 500;
		padding-left: 2px;
		padding-right: 2px;
		color: #FFF;
		border: solid 1px #000;
		background-color: #B5494A;
		}
	
	

	A:active	 {
			Color : red ;
			Text-Decoration : None
		}
	A:visited	 {
			Color : #ffffff ;
			Text-Decoration : Underline
		}
	A:hover	 {
			Color : #88EE00 ;
			Text-Decoration : None
		}
	A {
			Color : #ffffff ;
			Text-Decoration : Underline;
		}


	.topmenu{
		border:solid #282828 1px; 
		width:180px; 
		padding-top:7px; 
		height:20px; 
		font-size:12px; 
		text-decoration:None; 
		text-align:center; 
		font-weight:bold;
		background-color:none;
		cursor:pointer;
	}
	.topmenu:hover{
		background-color:#131313;
		text-decoration:None; 
	}


	.newgamesmenu{
		list-style:none;
		list-style-position:outside;
		border-bottom:dotted #333333 1px;
		padding:3px;
		padding-left:8px;
		margin-left:3px;
		color:#FFFFFF;
		width:160px; 
	}
	.newgamesmenu:hover{
		background-color:#282828;
	}
	.newgamesmenu a{
		Color : #ffffff ;
		Text-Decoration : none;
	}
	.newgamesmenu a:visited{
		Color : #ffffff ;
		Text-Decoration : none;
	}
	.newgamesmenu a:hover{
		Color : #ffffff ;
		Text-Decoration : underline;
	}

	
	A.window{
			Text-Decoration : None;
			color:#66CC00;
	}
	A.window:visited{
			Text-Decoration : None;
			color:#66CC00;
	}
	A.window:hover{
			Text-Decoration : Underline;
			color:white;
	}
	
	A.footer{
			color:#484848;
			text-transform:capitalize;
			text-decoration:none
	}
	A.footer:visited{
			Text-Decoration : None;
			color:#484848;
	}
	A.footer:hover{
			Text-Decoration : None;
			color:#88EE00;
	}	

	
	.content li{
	list-style-image:url(images/bullet_blue.gif);
	}