/* Color Swatches
Gold	8a6714
Ivory 	e3d2a8
*/

body
{
	background-color:black;
	font-family:Palatino Linotype,"Times New Roman",Georgia,Serif;
	color:#8a6714; /*	Gold	*/
}

input[type='text'], input[type='password']
{   
	border: 1px solid #8a6714;	/*	Gold 	*/
	background-color: #e3d2a8;	/*	Ivory	*/
}
