body {
    font: 14px "Verdana", sans-serif;
    color: #A8A7A7;
	background: #000;
	min-width: 100%;
}
button  {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 100%;
}
a {
    color: #54FC54;
    text-decoration: none;
}
a:hover { color: #FFFFFF; }

h2, h3, h4 { 
	color: #009933;
}

em {
	font-style: italic;
}	

.important {
	font-weight: bold;
	text-align: center;
	color: #FF0000;
	background: #500000;
	border: 1px solid #FF0000;
	padding: 10px;
}

.gmenu {
	background: #000;
	border: 1px solid #8A8A8A;
}

.bg, .nbutton a, .bbc_standard_quote{ background: url(../images/bg.png); }

.bbc_standard_quote {
	padding: 3px;
}


.border { 
	border: 1px solid #8A8A8A;
	
}
.button, .nbutton a {
    border-top: 1px solid #8A8A8A;
    border-left: 1px solid #8A8A8A;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

a.button:hover, .nbutton a:hover {
	color: #54FC54;
}

a.button:active, .nbutton a:active {
	color: #FFF;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 1px solid #8A8A8A;
    border-right: 1px solid #8A8A8A;
}

.bbc_list {
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 40px;
	}
	
.bbc_standard_quote, .bbc_standard_code {
	display: block;
	margin-left: 10px;
	border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 1px solid #8A8A8A;
    border-right: 1px solid #8A8A8A;
}

.aeva_rounded {
border-radius: 0 !important;
}
.aea, .aep {
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
}
