@import url('global.css');

body { 
	color:#333;
}

h1 {
	text-indent:0; /* Remove if you want to hide the h1 */
	margin-bottom:10px; /* Remove if you want to hide the h1 */
}

h1, #topnav li, #topnav li a, a, h2, .top {
	color:#000066; 
}

#topnav, h2 { 
	border-color:#000066;
}

#topnav li:hover, #topnav li a:hover, a:hover {
	color:gray;
}

/* Feedback Page Rules */
/* To target specific elements on this page, append "#feedbackpage" (minus the quotes) to the beginning of the rule's selector. */

#feedbackpage input, #feedbackpage textarea, #feedbackpage select {
	border:1px solid #196701;
}

/* The following two button rules do not work in Safari. The hover rule doesn't work in IE. */

#feedbackpage #submit_button, #rendererpage input {
	border-style:solid;
	border-color:gray black black gray;
	border-width:2px;
	background-color:#4d4d4d;
	color:white;
}

#feedbackpage #submit_button:hover, #rendererpage input:hover {
	border-color:black gray gray black;
	background-color:#4d4d4d;
	color:#d9d9d9;
}

/* Renderer Page Rules */
/* To target specific elements on this page, append "#rendererpage" (minus the quotes) to the beginning of the rule's selector. */
