body{
	color: White;
	background-color: #393768;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-size: 9px;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.text {
   font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
	width: 760px;
	background-color: #F6C8E5;
	padding: 10px;
	border: solid #FFFFFF 2px;
}
.desc {
   font-weight: bold;
	font-size: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #F6C8E5;
	width: 760px;
	border-top: solid #FFFFFF 2px;
	border-left: solid #FFFFFF 2px;
	border-right: solid #FFFFFF 2px;
}
.top {
   font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
	padding: 3px;
	width: 760px;
	background-color: #F6C8E5;
	border-bottom: solid #FFFFFF 2px;
	border-left: solid #FFFFFF 2px;
	border-right: solid #FFFFFF 2px;
}
.text2 {
   font-weight: bold;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
	background-color: #F6C8E5;
	width: 760px;
	border: solid 2px #FFFFFF;
	padding: 10px;
}
a:link, a:visited {
    color: #FFD700;
    text-decoration: underline;
}
a:hover, a:active {
    color: #FFFFFF;
	 text-decoration: none;
}
a.do:link, a.do:visited {
    color: #000000;
    text-decoration: underline;
	 font-family: Impact;
	 font-weight: normal;
	 font-size: 40px;
}
a.do:hover, a.do:active {
    color: White;
	 text-decoration: none;
	 font-family: Impact;
	 font-weight: normal;
	 font-size: 40px;
}
.thumb {
	border: solid 1px #FFD700;
}
.thumb2 {
	border: solid 1px #000000;
}