
BODY {
    color: #000000;
    background: #cccccc;
    margin: 0px;
/*	background-image: url(./imgs/green_line.png); */
	background-image: url(./imgs/violet_line.png);
	background-repeat: repeat-y;	
}		  

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
/*
	font-weight: bold;
*/
}

/* for stupid browsers.. */
TD {
    font-size: 10px;
}	

A {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:link    {  }	/* unvisited links */
A:visited {  }	/* visited links   */
A:hover   { text-decoration: underline; }	/* user hovers     */
A:active  { text-decoration: underline; }	/* active links    */

.mailto {
	font-weight: normal;
}


H1 {
    font-size: 12px;
}

.tm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

SUP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
} 

.header {
	color:#cccccc;
	background-color:#000000;
}

.news {
	color:#ffff00;
	background-color:#000000;
}

/*
	sajto zelena:)
	color:#66cccc;
*/


