body {
    background-color: lightskyblue;
    font-family: "Courier New", Courier, monospace;
}

ul {
    list-style-type: none;    
}

#mytext {
    width: 300px; 
    height: 150px; 
    border-style: solid;
}