BODY {
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: #CC6699;
	text-align: center;
	background: #FFCCFF;
	margin: auto;
}

.body2 {
	margin: 0px auto;
}

a { 
	text-decoration: none;
}

.default {
	font-size: 10pt;
	text-align: justify;
}

.header {
	font-weight: bold;
}

.note {
	font-family: Verdana;
	font-size: 7pt;
}

.note2 {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}

.me {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}

.home {
	width: 120px;
	height: 36px;
	display: block;
	background-image: url(../global_pics/home.jpg);
	background-repeat: no-repeat;
	text-align: align-right;
}

.back {
	width: 97px;
	height: 36px;
	display: block;
	background-image: url(../global_pics/back.jpg);
	background-repeat: no-repeat;
}

.author {
	width: 156px;
	height: 27px;
	background-image: url(../global_pics/author.jpg);
	background-repeat: no-repeat;
	display: block;
	
}

