@import "content.css";
@import "layout.css";
@import "forms.css";
@import "cms.css";

body {
	background: #8909b0;
	padding: 0;
	text-align: center;
}

a, a:link, a:hover, a:visited {
	color: #669;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: blue;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

#admin-toolbar {
	margin: 1em 0;
	margin-top: 0;
	padding: 5px;
	text-align: right;
}

#admin-toolbar a {
	background-color: #ccf;
	border: 1px dashed #88c;
	padding: 2px 5px;
	font-size: 9pt;
	font-family: sans-serif;
}