.links {
background-color: #ffe692;
padding: 8px;
margin: 20px;
height: 70px;
border-left-width: 5px;
border-left-style: solid;
border-bottom-style: dashed;
border-bottom-width: 3px;
border-color: #ff0000;
font-size: 13px;
text-align: left;
color: blue;
}


.links a {
color: red;
text-decoration: underline;
}

.links a:visited {
color: blue;
text-decoration: underline;
}

.links a:hover {
text-decoration: underline;
color: red;
}




.text {
position: relative;
right: 320px;
color: blue;
font-size: 13px;
text-align: left;
background: #d0fefb;
padding: 5px;
width: 150px;
height: 20px;
}

.text a:visited {
color: red;
}