body { 
		font-family: Arial,sans-serif; 
		z-index:1;
		background: #ffffff;
		cursor: url("bloomingredrose.gif"), auto;
		color: #000000;
		font-size:11.5pt;
}

a:link {
    text-decoration: none;
	cursor: url("bloomingredrose.gif"), auto;
}

a:visited {
    text-decoration: none;
	cursor: url("bloomingredrose.gif"), auto;
}

a:hover {
    text-decoration: underline;
	cursor: url("bloomingredrose.gif"), auto;
}

a:active {
    text-decoration: underline;
	cursor: url("bloomingredrose.gif"), auto;
}

#title1 {
	font-family: sans-serif;
	color: #ba535b;
	font-size:2em;margin:0.67em 0;
}

#title2 { 
	color: #ba535b;
	font-size: 20pt;
	letter-spacing: -1px;
	font-style: italic;
}

h3 {
	color:#ba535b;
	font-size:20pt;
	letter-spacing:-1px;
	font-style:italic;
	line-height: 1;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}

#color {
	color:#ba535b;
}

#small {
	font-size:8pt;
}
#row1 {
	float: left;
  width: 100%;
	height: 20%;
  overflow: hidden;
	padding: 5px;
	position: relative;
}
#row2 {
	float: left;
  width: 100%;
	height: 80%;
  overflow: scroll;
	padding: 0px;
	position: relative;
	display: inline-block;
}
#column {
  clear: both;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#margin {
	float:left; 
	width:30%; 
	height:100%;
}

#middle {
	float:left; 
	width:40%; 
	height:100%;
}