h1,h2,ul,li,div{
	padding: 0px;
	margin: 0px;
}

#page{
	position: relative;
	width: 300px;
	height: 120px;
	margin: 0px auto;
	margin-top: 20%;
	text-align: center;
	border: 0px solid lightgrey;
	padding: 0px;
}
h1{
	position: absolute;
	font-style: italic;
  z-index: 0;
	font-size: 35px;
/*	line-height: .5em;*/
}
h1#first{
	left: 32px;
	top: 22px;
	color: lightgrey;
}
h1#shadow{
	left: 30px;
	top: 20px;
  color: orange;
  z-index: 1;
}
#first{
	border-bottom: 1px dotted lightgrey;
}

h2{
	position: absolute;
	font-size: 20px;
	top: 3.1em;
	left: 10.2em;
	padding: 0px;
	margin: 0px;
}
h2 a{
  color: lightgrey;
	text-decoration: none;
	font-style: italic;
}
a:hover{
	color: gray;
}


ul#blurbs{
	position: absolute;
	font-size: 12px;
	top: 5.25em;
	left: 2.6em;
	height: 1.3em;
	width: 6em;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
	border: 0px solid lightgrey;
}


ul#blurbs li.ror-li{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 6em;
	
	padding: 0px;
	margin: 0px;
	color: rgb(175,175,175);
	text-align: center;
	text-align: left;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

ul#blurbs li.rot-first{
	opacity: 1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}


