body { background-color: white; }

h1 { font-size: 150%; }

h2 { font-size: 130%; }

.center { text-align: center }

li.spaced { padding: 5px; }

a:link { text-decoration: none }
a:active { text-decoration: none }
a:visited { text-decoration: none }

.content {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.subContent {
	position: relative;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.notice {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: solid thin black;
	padding: 5px;
	background: #FFBFBF ;
}

.pluginName {
	font-family: helvetica, arial, sans-serif;
	font-size: larger;
	color: #224488;
}

