h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
}
h6 {
	font-size: x-small;
}
a:link {
	color: #0000FF;


}
a:visited {
	color: #0000FF;

}
a:hover {
	color: #0000FF;

}
a:active {
	color: #0000FF;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #66FFFF;
	background-image: url(../images/backgrounds/she_background_2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;


}
img.pic_left {
	float: left;
	border: none;
}
img.pic_center {
	border: none;
}
img.pic_right {
	float: right;
	border: none;
}
.text_red_bold_italics {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.text_line_height_150 {
	line-height: 150%;
}
.text_red_strikethrough {
	line-height: normal;
	color: #FF0000;
	text-decoration: line-through;
}
.text_black_strikethrough {
	line-height: normal;
	color: #000000;
	text-decoration: line-through;
}

