
html {
    font-family:arial,"lucida grande",helvetica,sans-serif;
    font-size:100%;

}

a {
    text-decoration:none;
    color: #000000;
}
a:hover {
    background: blue;    
}

.text {
    width:280px;
    margin:auto;
    border: 1px dotted blue;
    padding: 15px;
}


#logo {
    margin:20px auto 20px auto;
    background-image:url(Images/Div.gif);
    width:90px;
    height:78px;
}

#content {
    margin: 20px;
    padding: 20px;
}