
#outer { 
	background: #000000}

#inner {
	background: #7F7E7E;
}

h1 {
	background-color: #3F3F3F}

h2 {
	color: white;
}

body {
	color: white;
}

a {
	color: #DB7093;
}

a:visited {
	color: #DB7093;
}

/*
a.Menu2:link { 
	color: #DB7093; 
}

a.Menu2:visited { 
	color: #DB7093; 
}
*/

a.Menu5:link { 
	color: silver;
}

a.Menu5:visited {
	color: silver;
}

select {
	background-color: #000000;
    color: white;
}

input {
	background-color: #000000;
    color: white;
}

textarea {
	background-color: #000000;
    color: white;
}