@media all {
   BODY {
	background: Black;
	margin: 0;
}

   A:VISITED, A:ACTIVE, A:LINK {
          font-size: 16px;
          font-weight: bolder;
          text-decoration: ;
          color: #0000bf;
                               }

   A:FOCUS, A:HOVER {
          font-size: 16px;
          font-weight: bolder;
          text-decoration: underline ;
          color: #0000bf;
                    }

   A.news-outsidelink:VISITED, A.news-outsidelink:ACTIVE, A.news-outsidelink:LINK {
          font-size: 12px;
          font-weight: bolder;
          text-decoration: ;
          color: navy;
                                                                                  }

   A.news-outsidelink:FOCUS, A.news-outsidelink:HOVER {
          font-size: 12px;
          font-weight: bolder;
          text-decoration: underline ;
          color: navy;
                                                      }

   p.forum {
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background-color: White;
}

   p.autor {
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid 0;
	border-bottom: 1px solid black;
	border-left: 1px solid 0;
	border-right: 1px solid black;
	background-color: #686868;
	color: White;
}

   p.datum {
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid 0;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid 0;
	background-color: #686868;
	color: White;
}

   p.team {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: transparent;
}

   p.naslov {
          font-size: 20px;
          font-weight: bold;
            }

   table.team {
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: transparent;
}

   table.vote {
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #EEEEEE;
}

   table.news-main {
	font-size: 16px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #EEEEEE;
}

   p.news-datum {
          font-size: 11px;
          font-weight: bold;
          color: maroon;
                }

   p.news-text {
          font-size: 14px;
          color: black;
               }

   p.field {
	font-size: medium;
	font-weight: normal;
	color: Black;
}

}

