﻿body 
{
    background-color: Black;
}

img
{
    border-style: none;   
}

.txtVelik
{
	font-weight: bold;
	font-size: 10pt;	
	font-family: Verdana;
	color: White;
}
.txtOgromen
{
	font-weight: bold;
	font-size: 16pt;
	font-family: Verdana;
	color: gray;	
}

A:link
{
	font-size: 10pt;
	color: steelblue;
	font-family: Verdana;
	text-decoration: none;
}
A:hover
{
	font-size: 10pt;
	color: red;
	font-family: Verdana;
	text-decoration: none;
}
A:visited
{
	font-size: 10pt;
	color: slategray;
	font-family: Verdana;
	text-decoration: none;
}
A:active
{
	font-size: 10pt;
	color: crimson;
	font-family: Verdana;
	text-decoration: none;
}

.caption a
{
	font-size: 15pt;
	color:Black;
	display:block;
	background-color: coral;
}