
/* The external css file was not linking so i used internal css */

#mytext {
    width: 1000px;
    height: 20px;
    border-style: solid;
}

ol, ul {
    list-style-type: none;
    color: black;
}

body {
    font-family: arial;
    background-color: lightblue;
}

h1 {
    color: Navy;
}

p {
    color: Black;
}



