
* {
	margin: 0;
	padding: 0;
}


body {
	color: #630;
	background: #fffff0;
	
	padding: 0 2em;
	
	font-family: "Trebuchet MS", Arial, sans-serif;
}

a {
	color: #e33;
	text-decoration: none;
}

a:visited {
	color: #933;
}

a:hover {
	
	text-decoration: underline;
}



h1 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 5em;
	padding: 0.2em 0;
	
}

h1 span {
	color: #960;
}


.menu, .welcome {
	padding-bottom: 0.5em;
}


.p {
	width: 100%;
	padding-bottom: 1em;
}

.p .ph {
	background: #dd0;
	

}

.p .ph h2 {
	font-size: 2em;
	font-weight: normal;
	
	padding: 0.25em 0 0 0.25em;
	
}

.p .ph .data {
	font-size: 1em;
	
	padding: 0 0 0.5em 0.5em;
	
}

.p .ph .rate {
	float: right;
	width: auto;
	
	background: #330;
	color: #fffff0;
	
	font-size: 2em;
	padding: 0.5em;
	
}

.p .ph .rate span {
	padding: 0 1em;
}

.p .ph .rate a {
	font-weight: normal;
	text-decoration: none;
	color: #f00;
}

.p .ph .rate a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ff0;
}



.p .pb {
	background: #ff9;
	font-size: 1.5em;
	padding: 0.5em;
	
}

.p .pf {
	background: #dd0;
	text-align: right;
	font-weight: bold;
	padding: 0.25em 1em;
}



hr {
	display: none;
}

.copy {
	background: #dd0;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 1.5em;
}

.pages {
	background: #dd0;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	text-align: center;
}



a.more {
	width: 40%;
	padding: 0.25em;
	text-align: center;
	display: block;
	margin: auto;
}

a.more:hover {
	background: #ff0;
	color: #f00;
	text-decoration: none;
}


.ruready {
	padding: 0.5em 0;
	font-size: 1.5em;
	
}


.ruready input, .ruready textarea  {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 100%;
	
	
	margin: 0 -2px;
}

.ruready div {
	margin-bottom: 0.5em;
	
}
.ruready form div {
	text-align: center;
	
}

.toptxt {
	margin: 0.5em 0;
	padding: 0.5em 0;
	font-size: 1.5em;
	background: #dd0;
}

.toptxt input, .toptxt textarea  {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 100%;
	
	
}

.toptxt div {
	margin: 0 auto 0.5em auto;
	width: 95%;
}
.toptxt form div {
	text-align: center;
	
}





