a:link {
    color: darkblue;
}

a:visited {
    color: darkblue;
}

a:hover {
    color: #354468;
}

body {
    background-color: white;
}

.clear {
    clear: both;
}

hr { 
    display: block;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    width: 99%;
    height: px;
    background-color: #354468;
}

.header {
    height: 0px;
}

.header a:link {
    color: red;
}

.header a:visited {
    color: red;
}

.header a:hover {
    color: #354468;
}

.welcome {
   
}

.nav {
    font-weight: bold;
    width: 100%;
}

.nav a{
    text-decoration: none;
}

.footer {
    
}

textarea {
    height: 275px;
    width: 95%;
}

/*Below is testing code*/

@media screen and (max-width:375) {

}

/*End testing code section*/