/* 
    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/
*/
a{
    font-family:Arial;
    color:#0669b2;
    text-decoration:none;
}
a:hover{
    color:#3876a3;
}
.BezLinije{
    border:none;
}
table {
    padding:0px;
}
input {
    border:1px solid black;
}
p {
    text-indent:20px;
    margin:0px;
    padding:0px;
}