A:link { TEXT-DECORATION: none } A:hover { COLOR: red; TEXT-DECORATION: none; } A:visited { TEXT-DECORATION: none } .link { COLOR: #0000C0; FONT-FAMILY: Arial; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: normal; TEXT-DECORATION: none } .mainlink { COLOR: #0000C0; FONT-FAMILY: Arial; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: normal; TEXT-DECORATION: none } .link10 { COLOR: #0000C0; FONT-FAMILY: Arial; FONT-SIZE: 10pt; FONT-STYLE: normal; LINE-HEIGHT: normal; TEXT-DECORATION: none } img {border: none;} BODY { background: linear-gradient(0.375turn, lightblue, lightgreen); font-family: "Arial"; height: 100vh; } html, body {min-height:100%;} .styled-table { -moz-border-radius: 30px !important; border-radius: 20%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); } .center { margin-left: auto; margin-right: auto; } .content { width: 75%; margin-left: auto; margin-right: auto; padding-top: 30px; padding-right: 30px; padding-bottom: 40px; padding-left: 30px; } p { text-align: left; } td { padding: 20px; text-align: left; } th { padding: 0px; } text { text-align:left; font-style:normal; text-decoration:none; font-family:Arial; border:none; } td { padding-top:0px; padding-right:0px; padding-left:0px; text-align:left; vertical-align:top; font-style:normal; text-decoration:none; font-family:Arial; border:none; } img { vertical-align:middle; border:none; text-align:center; } .swipe { overflow: hidden; visibility: hidden; position: relative; } .swipe-wrap { overflow: hidden; position: relative; } .swipe-wrap > div { float:left; width:100%; position: relative; } /* HOVER MENUS */ .dropbtn { background-color: #04AA6D; color: white; padding: 16px; font-size: 16px; border: none; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #ddd;} .dropdown:hover .dropdown-content {display: block;} .dropdown:hover .dropbtn {background-color: #3e8e41;}