body {
	max-width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F1F1F;
	background-color: #FFFFFF;
	margin: auto;
	line-height: 15px;
}
table,tr,td,th {
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #CC00FF;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF66CC;
}
.all {
	padding: 2px;
}
.header {
	background-color: #FE00C0;
	padding: 3px;
	border: 1px solid #BC00B1;
	background-image: url(img/head.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
.footer {
	background-color: #FE00C0;
	padding: 3px;
	border: 1px solid #BC00B1;
	margin-top: 2px;
	color: #FFCCFF;
	text-align: center;
}
.foot a {color: #FFFFFF;}
.foot a:hover {color: #FF99FF; background-color: #FE00C0;}
.fav {
	text-align: center;
	background-color: #FFA4DD;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BC00B1;
	border-bottom-color: #BC00B1;
	border-left-color: #BC00B1;
}
.fav a {color: #B700B7;}
.fav a:hover {color: #EC00EC; background-color: #FFA4DD;}
.section-head {
	background-color: #FFAEEB;
	border: 1px solid #F000B7;
	background-image: url(img/title.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 2px;
	padding: 2px 0px;
}
.insection-head {
	background-color: #FB05F2;
	background-image: url(img/title2.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F000B7;
	padding: 3px 4px;
	display: inline;
}
.section {
	background-color: #FFD5F5;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F000B7;
	border-bottom-color: #F000B7;
	border-left-color: #F000B7;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F000B7;
	margin: 2px;
}