﻿.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	list-style-position: outside;
	list-style-type: square;
	color: #333333;
}
body {
	background-image:  url(images/background.jpg);
}
.bodyText {
			font-family: Arial, Helvetica, sans-serif;	
	line-height: 15px;
				text-align: left;
				color: #000000;
}
.bodyHeader {
		font-family: Arial, Helvetica, sans-serif;
	color: #669933;
	font-size: large;
	line-height: 14px;
				text-align: center;
}
.homeCell {
	background-image: url('images/hospital2.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 5px;
				color: #000000;
}
a:link {
	color: #669933;
}
a:visited {
	color: #669900;
}
a:hover {
	color: #999966;
}
a:active {
	color: #999966;
}
