html {
	height:100%;
}
body {
	background: #3750AA url(http://s3.amazonaws.com/twitter_production/profile_background_images/3670997/mainBackground.png) fixed repeat top left;
	min-height:100%;
	overflow:auto;
	font-family: Palatino Linotype, Palatino, Copperplate;
}
em {
	font-style:italics;
}
strong {
	font-weight:bold;
}
h1, h2, h3, h4 {
	font-weight:bold;
	margin-bottom:10px;
	cursor:default;
}
h1 {
	padding:10px 0;
	font-size:250%;
	color:#eee;
}
h2 {
	font-size:220%;
}
h3 {
	font-size:190%;
}
h4 {
	font-size:160%;
}
p {
	margin-bottom:1em;
}
#ft {
	padding:10px 0;
	margin-top:10px;
	border-top:1px solid #aaa;
	text-align:right;
}
a:link,a:active,a:visited {
	color:#283A77;
	text-decoration:none;
}
a:hover {
	color:#3952AA;
	text-decoration:underline;
}
#ft a:link,#ft a:active,#ft a:visited,#ft a:hover {
	color:#AABDFF;
}
.box {
	border-top:2px solid #83bbd9;
	border-left:2px solid #83bbd9;
	border-bottom:2px solid #0C1E5F;
	border-right:2px solid #0C1E5F;
	background:#aec0ed url(background-box.png) no-repeat top left;
	padding:5px 10px;
	font-size:116%;
}
abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
}
ol,ul,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
ul.stars {
	margin-left:0;
}
ul.stars li {
	list-style:none;
	background:transparent url(bullet.png) no-repeat 0 6px;
	min-height:16px;
	padding:3px 0 8px 20px;
}
.caps {
	text-transform:uppercase;
}