/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 25, 2014, 12:13:12 PM
    Author     : Ila
*/

ul{
    padding:0px;
    margin:0 0 20px 0;
    list-style: none;
    
}
h1, h2{
    padding:0;
    margin:0 0 20px 0;
    font-weight: normal;
}

p{
    padding:0;
    margin:0 0 20px 0;
}

a:link, a:visited{
    text-decoration: underline;
    color:#000;
}

a:hover{
    text-decoration: none;
}


ul li input[type="text"], ul li input[type="password"]{
    width:200px;
}

/* Headers */

h1{
    font-size:1.8em;
}

h2{
    font-size: 1.4em;
}

.logo{
    font: 2em Arial;
    margin:0 0 10px 0;
    padding: 0;
    width:200px;
    color:#fff;
}



