/* buttons style */

body {
	background-color: #666;
	color: #fff;
	font-stretch: normal;
	text-align: left;
	text-decoration: none;
	font: normal normal 12px/15px "Comic Sans MS", Arial, Helvetica, sans-serif;
}

h2 {
	color: #6bcaff;
	text-align: right;
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
}

p.buttons {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:focus {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: none;
}