/* Default BODY, Hypertext Anchor and Heading Properties */


BODY            {	color: white;
			background: black; 
		 	font-family: arial, helvetica, sans-serif;
			}

FONT    	{	font-family: arial, helvetica, sans-serif}


:link 		{text-decoration: underline; color: white; font-weight: bold;}
:active 	{text-decoration: underline; color: white; font-weight: bold;}
:visited	{text-decoration: underline; color: white; font-weight: bold;}
:hover	 	{text-decoration: underline; background-color: white; color: black; font-weight: bold;}

/* Default Properties for alenvodopijevec */

ul 			{font-size: 0.8em; font-weight: bold;}
p			{font-size: 0.8em; text-align: justify;}


