body,td,th {
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

a.a_content:link {text-decoration:none;color:#FF0000;}
a.a_content:visited {text-decoration:none;color:#FF0000;}
a.a_content:hover {text-decoration:none;color:#FF0000;}
a.a_content:active {text-decoration:none;color:#FF0000;}

.text {
	color: #000;
}
.text {
	color: #000;
}
.text {
	font-size: 12px;
}
.text {
	font-size: 12px;
}
.title {
	color: #D2A6CA;
	font-weight: bold;
	font-size: 14px;
}

.text1 {	color: #000;
}
.text1 {	color: #000;
}
.text1 {	font-size: 12px;
}
.text1 {	font-size: 16px;
}
.text1 {
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
}
text {
	text-align: center;
}
.text1 .title {
	text-align: center;
}
.text1 .title {
	text-align: right;
}
.text11 {color: #000;
}
.text11 {color: #000;
}
.text11 {font-size: 12px;
}
.text11 {font-size: 16px;
}
.text11 {	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
}

.button {
   border-top: 1px solid #a695b3;
   background: #64548f;
   background: -webkit-gradient(linear, left top, left bottom, from(#836c94), to(#64548f));
   background: -moz-linear-gradient(top, #836c94, #64548f);
   padding: 5px 5px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
.button:hover {
   border-top-color: #755a99;
   background: #755a99;
   color: #ffffff;
   text-decoration: none;
}
.button:active {
   border-top-color: #4f3463;
   background: #4f3463;
   position: relative;
   top: 1px;
   text-decoration: none;
}