@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image: url('images/general/cheetah.jpg');
	background-repeat: repeat;
	cursor:url('images/general/lipstick.cur'), auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif, serif;
	font-size:100%;
}

body,td,th {
	color: #663300;
}

a:link {
	color: #663333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: underline;
	color: #663333;
}
a:active {
	text-decoration: none;
	color: #663333;
}

.friend_link {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #663300;
	font-weight: bold;
	text-decoration: underline !important;
}

.friend_desc {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #663300;
	font-style: italic;
}
