 .prva {font-family: "Arial";font-size: 15;color: white;font-weight: bold;}
.vtora {font-family: "Arial";font-size: 15;color: white; font-weight: bold;}
.treta {font-family: "Tahoma";font-size: 12;color: black;}
.cetvrta{font-family: "Arial"; font-size: 30; color: black;font-weight: bold;}
.button{ height: 29; width: 185;text-align: center; background-color: black;}
.petta{border-width: 3;border-color: black; border-style: solid;}

.button2{background-image: url('images/portfolio_menu_bg2.jpg'); height: 29; width: 185;text-align: center;}

div{background-image: url('images/page_bg.jpg');width: 590;height: 391;overflow: auto;border-width: 3;border-color: black; border-style: solid;}  /*TEST*/
a:link    {
  /* all unvisited links */
  text-decoration:  none;
  color:white;
  } 
a:visited {
  /* all visited links */
  text-decoration:  none;
  color:white;
  } 
a:hover   {
  /* links under the pointer */
  text-decoration:  none;
  } 
a:active  {
  /* activated links */
  text-decoration:  none;
  color:white;
  } 

