@charset "utf-8";
/* CSS Document */


a:{
    color: white;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}

textarea{
        height: 100px;
        display: inlinr-block;
}
div{
        width: 96%;
        background: #eee;
}
p{
        margin: auto;
}
font{
      color: #333;
}