/* 
    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:10px 0 20px 0;
   background:#CDE0E2;
   padding:0px;
}
a{
    font-family:Arial;
    color: #7f7f7f;
    text-decoration:none;
    font-family: Verdana, Arial, "Helvetica", sans-serif;
    font-size: 10px;
    font-style: normal;
}
a:hover{
    color: #7f7f7f;
   
}
.BezLinije{
    border:none;
}
table {
    padding:0px;
}
input {
    border:1px solid #7f7f7f;
    color: #7f7f7f;
}
textarea{
   border:3px solid #7f7f7f;
}
p {
    text-indent:20px;
    margin:0px;
    padding:0px;
    
}
