@import url("styles.css");

body {
	font-size: 14px;
	line-height: 22px;
}

#styleswitcher a#default {
	background-color: #CFFF0F;
	color: #4e4e4e;
}

#styleswitcher a#default:hover, #styleswitcher a#x-large {
	background-color: #4e4e4e;
	color: #ffffff;
}