.leftbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	background-image: none;
	background-repeat: repeat-y;
	width: 200px;
	height: 20px;
	margin: 0px 0px 4px;
	padding: 0px;
}


.leftbar  a: {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	background-color: #333333;
	padding: 4px;
	width: 200px;
}

.leftbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	padding: 4px;
	width: 200px;
	border-top: 1px solid #660000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	border-left: 1px solid #660000;
}

.leftbar  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	width: 200px;
	border-top: 1px solid #CC0000;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #CC0000;
}

.leftbar  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background-color: #CC0000;
	width: 200px;
	background-attachment: fixed;
	background-image: url(images/rosebackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
}
.redcontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	bgcolor:663300;
	font-weight: bold;
	padding-left: 10px;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 10px;
}
.red {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;

}

h1 
{
    color:Red;
}
