body {
    margin: 1;
    padding: 2;
    color: #00eaff;
    background-color: #191919;
    font-family: Verdana;
    font-size: 13px;
    
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
}

h1, h2, h3, h4, h5 {
    color: #00eaff;
    font-family: Verdana;
}

p {
    color: #00eaff;
}

img {
    border: 1px solid #00eaff;
}

a, a:link, a:visited { 
    color: #00eaff; 

    font-family: Verdana;
    font-size: 13px; 

    text-decoration:none;
}

a:hover {
    color: #d7ffff; 

    font-family: Verdana;
    font-size: 13px; 

    text-decoration: underline overline;
}

hr {
    color: #00eaff;
    height: 1px;
}

table {
    background-color: ##ffff99;
    
    font-family: Verdana;
    font-size: 13px;    
}

td  {
   vertical-align: top; 
}

table.rodovnik {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px 2px;
	border-style: outset outset outset outset;
	border-color: #191919;
	border-collapse: collapse;
    
    font-family: Verdana;
    font-size: 11px;
}

table.rodovnik td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #191919;
    
    width: 25%;
    
    font-family: Verdana;
    font-size: 11px;
    color: #00eaff;
    
    vertical-align: middle;
}

tbody {
    font-family: Verdana;
    font-size: 13px;
}

ul {
    font-family: Verdana;
    font-size: 13px;
    
    list-style-type: disc;
    list-style-position: outside;
}

li {
    font-family: Verdana;
    font-size: 13px;
}

ol {
    font-family: Verdana;
    font-size: 13px;
    
    list-style-type: none;
    list-style-position: outside;
}

.coolDiv {
    border: 1px solid #00eaff;
    background: #148a9a;
    color: #00eaff; 
    
    padding: 0.75em; 
    \-moz-border-radius:0.5em; 
}

.titleDiv {
    border: 1px solid #00eaff;
    background: #148a9a;
    color: #00eaff; 
    
    padding: 1em; 
    \-moz-border-radius:0.5em; 
    
    font-family: Forte; 
    font-size: 26px;    
    font-weight: normal;
    padding-left: 10px;
    clear:both;
}
