a:hover
{
	color: orange;
}

a.nav:hover
{
	color: orange;
}


/* The main body of the entire forum. */
body
{
	background: #5B678F;
}

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

input:focus, select:focus{
	background: #f3ffff;
	border: solid 1px #5a55ff;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	background: #f3f6f9;
	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: #edF0ff;
}

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

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



.maintab_back
{
	background: #6B779F;
	color: white;
	border: solid 1px #5B678F;
}

.mirrortab_back
{
	background: #5B779F;
	color: white;
	border: solid 1px #5B678F;
}
div#menubox li a{
	background: #6B779F;
	border: solid 1px #5B678F;
}

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

 div#leftbox ul li a:hover{
	border-left: 1px solid orange;
 }
div#navigation a:hover{
	color: orange;
}
ul.menus li a{
	background: #6B779F;
	color: white;
	border: solid 1px #5B678F;
}
ul.menus li a:hover{
	background: #000060;
}


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

.container a:hover{
	color: orange;
}
.container2{
	background: #F2F2F5;
}
.container3{
	background: #505A64;
 }
.container3 ul.menus li a{
	background: #6C7A74;
	border-color: #5C6A64;
}

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