...
BODY {
background: #000000 url(https://www.vampirerave.com/premium/files/stalkergirl/darkhoney.jpg) center fixed;
background-size: cover;
}
a:link, a.menu:link {
color: #CC0000;
text-decoration: none;
}
a:visited, a.menu:visited {
color: #CC0000;
text-decoration: none;
}
a:active, a.menu:active {
color: green;
text-decoration: none;
}
a:hover, a.menu:hover {
color: green;
text-decoration: none;
}
TABLE {
text-align: justify;
color: #CC0000;
font-family: Gabriola;
font-size: 21pt;
font-weight: normal;
border-radius: 15px;
}
TD {}
hr {
background: transparent;
border-width: 0;
}
.tdmenu,
.tdmenumain,
.tdpremium,
.tdwindows,
.tddescription,
.textarea,
.footer {
background: #000000;
border-radius: 15px;
}
.tablewindows {
background: black url(https://i.imgur.com/vfjaM4p.gif);
opacity: 0.6;
}
.tabledescription {
background: transparent;
}
.tddescriptionmain {}
.tddescription:hover {
background-color: #1a1a1a;
color: #00ff00;
transition: background-color 0.3s ease, color 0.3s ease;
cursor: pointer;
}
.forminput,
.textinput,
.radiobutton,
.checkbox {
font-size: 21px;
font-family: Gabriola;
vertical-align: middle;
color: green;
background-color: black;
border: 2px #DBA901 solid;
opacity: 0.7;
}
a.menu {
color: #CC0000;
background-color: transparent;
border: 2px solid #CC0000;
padding: 5px 10px;
border-radius: 8px;
transition: all 0.3s ease;
}
a.menu:hover {
color: green;
border-color: green;