/* Svet iz besed - Rokus
   Style Sheet
   by GregoR - Creatim
 */

/* osnova ____________________________________*/

BODY, P, TD, DIV {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

A, A:visited {	
	color : #FFFFFF;
	text-decoration: underline;
}

A:hover, A:active {
	color : #FFFFFF;
	text-decoration : none;
}

TD.naslovnica {
	color: #FFFFFF;
	padding-left : 15px;
	padding-right: 15px;
	padding-bottom : 15px;
}

TD.bela {
	background-color: #FFFFFF;
}

A.gumb {
	cursor : default;
}

UL {
	list-style-type : disc;
	padding-left: 8px;
	margin-left: 8px;
	margin-top : 7px;
	margin-bottom : 7px;
}

LI {
	padding-bottom: 3px;
}

/* tekst ______________________________________*/

.belTxt {
	color: #FFFFFF; 
}


