/* 
    Document   : style
    Created on : 2010-06-19, 18:37:47
    Author     : Sebek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body
{
    font-family:arial;
    font-size:15px;
}

div.logo
{
    margin:auto;
    width:269px;
    height:81px;
    margin-top:200px;
    
    
}

div.build
{
    margin:auto;
    font-family:arial;
    font-size:14px;
 width:269px;
 text-align:center;
}
a
{
    font-family:arial;
        font-size:14px;
        color:#000;
        text-decoration:none;
}

a:hover
{
   
    font-family:arial;
        font-size:14px;
        color:#000;
text-decoration:underline;
}
span.f
{
    font-size:15px;
    font-weight:bold;
}