body {
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    text-align: left;
}

h2 {
    list-style: none;
    text-align: center;
    color: #6C3;
}

div.c1 {
    text-align: center;
}

div.c2 {
    text-align: center;
}

li.c1 {
    list-style: none;
}

.c1 {
    list-style: none;
}

img {
    transition: opacity 0.5s ease-in-out;
}

#whitetextg {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
}

.ulleft {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #6C3;
}

.ulleft2 {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

#smwhitetext {
    color: #333;
    font-size: xx-small;
}

#smwhitetext4 {
    color: #666666;
    font-size: xx-small;
}

#realthingtext {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #6C3;
    font-size: x-large;
    font-style: italic;
}

#newthingtext {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #099;
    font-size: x-large;
    font-style: italic;
}

#aromatext {
    font-weight: bold;
    font-size: large;
}

#copyright {
    color: #FFF;
    font-size: x-small;
    text-align: center;
}

a:link, a:visited {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: #5cd65c;
    text-decoration: overline;
}

a.a4:link, a.a4:visited {
    color: #999999;
    text-decoration: underline;
}

a.a4:hover {
    color: #5cd65c;
    text-decoration: overline;
}

a.a80:link, a.a80:visited {
	color: #00b300;
	text-decoration: underline;
	font-weight: normal;
}

a.a80:hover {
	color: #5cd65c;
	text-decoration: overline;
	font-weight: normal;
}

#bluthingtext {
    color: #099;
}


.dropdown {
  position: relative;
  text-align: left;
}

.dropdown-content {
  display: none;
  position: relative;
  left: 0;
  padding: 5px;
  color: #999999;
}

.dropdown:after {
  content: '\21E9';

}

.dropdown.open:after {
  content: '\21E7';
}