@charset "utf-8";
@import url("netiquette.css");
/* CSS Document */

/* Tag Styles */
body {
	font-family: Arial, Helvetica, 	sans-serif;
	/* [disabled]font-size:100%; */
	color:#000;
	line-height: 1.2em;
	background-color: #FC6;
}
h1 {
	font-family: Arial, Helvetica, 	sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #FC3;
	line-height: 1.2em;
}
header {
	color:#FC3;
	background-color: #630;
	width: 960px;
	display:block;
	border-radius: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-bottom: 5px;
}
section {
	background-color: #F90;
	width: 960px;
	display:block;
	border-radius: 20px;
	padding: 5px 10px 5px 10px;
	line-height: 1.2em;
	margin-bottom: 5px;
}
	
h2 {
	font-family: Arial, Helvetica, 	sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height:1.2em;
}
footer {
	font-family: Arial, Helvetica, 	sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:1.2em;
	font-style: italic;
}
#name {
	font-style: italic;
}
.browntext {
	color: #630;
	font-weight: bold;
}
