body,html {
    margin: 0 5px;
    font-family: Verdana, sans-serif;
}

a {
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Table */
th {
    text-align: left;
}
td, th {
    padding-right: 5px;
}

/* style form */
form dt {
    width: 100px;
    display: block;
    float: left;
    clear: left;
}
form dd {
    margin-left: 0;
    float: left;
}
form #submitbutton {
    margin-left: 100px;
}
.n{
background-color:#9f34d2;
margin-top:10px;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
width:200px;
}

.m{
background-color:yellow;
width:500px;
border: 1px solid black;

}
.e{
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;

width:500px;
}
