body { font-family: Arial,sans-serif; 
		z-index:1;
		background: #ffffff;
		cursor: url("bloomingredrose.gif"), auto;
		color: #000000;
		font-size:15pt;
		letter-spacing:-1px
}
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-s;
	color: #ba535b;
	font-size:2em;margin:0.67em 0;
}
#title2 { 
	color: #ba535b;
	letter-spacing: -1px;
	font-style: italic;
}

h3 {
	color:#ba535b;
	font-style:italic;
	line-height: 1;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}


#color {
	color:#ba535b;
}

#small {
	font-size:2pt;
}

#row1 {
	float: left;
    width: 100%;
	height: 25%;
    overflow: hidden;
	padding: 5px;
}
#row2 {
	float: left;
    width: 100%;
	height: 90%;
    overflow: scroll;
	padding: 5px;
}
#column {
	content: "";
    display: table;
    clear: both;
	height: 100%;
	width: 100%;
	overflow: hidden;
}