a:hover
{
	color: orange;
}

a.nav:hover
{
	color: orange;
}


/* The main body of the entire forum. */
body
{
	background: #808080 url(images/img/bgacu.png);
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	background: #f8f8f8;
}

input:focus, select:focus{
	background: #ffffff;
	border: solid 1px #f0f0f0;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	background: #f8f8f8;
	border: solid 1px #707070;
}



.windowbg a:hover, .windowbg2 a:hover, .windowbg3 a:hover
{
	color: orange;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	background-color: #F7f7f7;
}

.titlebg a:hover
{
	color: #404040;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: orange;
}



.maintab_back
{
	background: #898989;
	color: white;
	border: solid 1px #808080;
}

.mirrortab_back
{
	background: #898989;
	color: white;
	border: solid 1px #808080;
}
div#menubox li a{
	background: #898989;
	border: solid 1px #808080;
}

div#menubox li a:hover{
	background: #444;
}

 div#leftbox ul li a:hover{
	border-left: 1px solid orange;
 }
div#navigation a:hover{
	color: orange;
}
ul.menus li a{
	background: #898989;
	color: white;
	border: solid 1px #808080;
}
ul.menus li a:hover{
	background: #444;
}


ul.simplelist li a:hover{
	background: orange;
	color: white;
}
.container{
	background: #808080;
 }
.container ul.menus li a:hover{
	background: black;
 }

.container a:hover{
	color: orange;
}
.container2{
	background: #f0f0f0;
}
.container3{
	background: #555;
 }
.container3 ul.menus li a{
	background: #666;
	border-color: #555;
}

.container3 a:hover{
	color: orange;
}
#font-sizer a:hover{
	color: orange;
}
/* forum name */
div#outer h1{
	color: #f0f0f0;
}
/* a slogan */
div#outer h2{
	color: #222;
}
