@import url('global.css');

body
{
	background-color:	#6995d3;
}

.pair
{
	background-color:	#7ea8e2;
}

.impair
{
	background-color:	#93b7e9;
}

a:hover
{
	color:				#00FF00;
}

option, select
{
	background-color:	#93b7e9;

	color:				#48487F;
}
