/* 
Document   : Original
Created on : Aug 18, 2009, 9:31:40 AM
Author     : vujaklija
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    margin:0;
    padding:0;
    background:#f7eee5 url(../Images/pozadinakrugova.jpg) top left repeat;
    color:#72574e;
}

a{
    font-family:"Trebuchet MS";
    text-decoration:none;
    color:#72574e;
}
a:hover{
    text-decoration:none;
     color:#72574e;
}
.admin a{
    font-family:"Trebuchet MS";
    color:#72574e;
    text-decoration:none;
    font-weight:bold;
}
.admin a:hover{
    font-family:"Trebuchet MS";
    color:#72574e;
    text-decoration:underline;
    font-weight:bold;
}
.BezLinije{
    border:none;
}
table {
    padding:0px;
}
input {
    /*border:1px solid #72574e;*/
    color:#72574e;
}
img {
    border:none;
}
ul{
    font-family:"Trebuchet MS";
}
p {
    text-indent:20px;
    margin:0px;
    padding:0px;
    color:#72574e;
}
