/*
	Cascading Style Sheet 
	"oligarchy.css"
	For uTouch.ca
	a Project of the SHANNONWARE GAME LAB
	July 7, 2010
	(c) 2010 Shannon Ware All Rights Reserved
*/

body {
	margin : 0px;
	padding : 0px;
}

h1 {
	position : absolute;
	right : 10px;
	top : 10px;
}

h1:hover {
	color : #1e90ff;
}

#presentation {
	position : absolute;
	right : 10px;
	top : 3px;
	font-size : 10px;
	font-weight : 600;
}

#copyright {
	position : absolute;
	bottom : 10px;
	left : 3px;
}

#cp:hover {
	border-color : #ccc;
}

button {
	border: solid 1px #1e90ff; /* DodgerBlue */
	background-color : #fff;
	vertical-align : middle;
	text-align : center;
	padding : 4px;
	margin : 4px;
}

button:link {
	background-color : #fb0082; /* Indigo */
}

button:visited {
	background-color : #800080; /* Purble */
}

button:hover {
	background-color : #b0e0e6 /* PowderBlue; /* #add8e6 /* Light Blue; #4682b4; /* SteelBlue */
}

button:active {
	background-color : #fff; /* #add8e6 /* Light Blue; #f0f; /* Magenta */
}

