/* CSS Document */
body {
	font: normal 12px/15px "Comic Sans MS", Arial, sans-serif;
	color: #0000CC;
	background-color: transparent;
}

h1 {
	font: normal 16px/normal "Comic Sans MS", Arial, sans-serif;
	color: #0000CC;
	background-color: transparent;
	text-align: center;
}

h2 {
	font: normal 24px/normal "Comic Sans MS", Arial, sans-serif;
	color: #0000CC;
	background-color: transparent;
	text-align: center;
}

td {
	text-align: left;
	vertical-align: middle;
	background-color: transparent;
}

a:link {
	color: #FF0000;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #0000CC;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: #0000CC;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #0000CC;
	background-color: #FF0000;
	text-decoration: none;
}

p {
	margin: 0px 0px 10px 0px;
	font: normal 12px/15px "Comic Sans MS", Arial, sans-serif;
	color: #0000CC;
	background-color: transparent;
}

ul {
	font: normal 12px/18px "Comic Sans MS", Arial, sans-serif;
	color: #0000CC;
	background-color: transparent;
	text-align: left
}

li {
	font: normal 12px/18px "Comic Sans MS", Arial, sans-serif;
    list-style-image: url(images/heartbul.gif);
}

img {
	border: none;
}

#pictures td {
	text-align:center;
}

.pt16 {
	font: normal 16px/20px "Comic Sans MS", Arial, sans-serif;
}

.color {
	color: red;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.bkgrdhands {
	background-image: url('images/hands.jpg');
	background-repeat: repeat;
}

