/* CSS Document */
.main{
	background-color: #846060;
}
h1{
	color: #FBE3D9; font-family: fantasy; font-size: 34px; margin: 0px;
}
h2{
	color: #CCCCCC; margin: 0px; font-size: 24px; font-family: "Times New Roman", Times, serif;
}
h3{
	color: #CCCCCC; margin: 0px; font-size: 18px; font-family: "Times New Roman", Times, serif;
}
.spon{
	color: #FFCCCC; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}
.spon a{
	color: #FFFFCC; text-decoration: underline; font-size: 18px;
}
.spon a:hover{
	color: #710038;
}
.warning{
    font-family: "Times New Roman", Times, serif; font-size: 18px; color: #3E3E3E;
}
.navig a{
	color: #FFCCCC; font-family: Tahoma; font-size: 20px; font-weight: bold; text-decoration: none;
}
.navig a:hover{
	text-decoration: underline;
}
.mylink{
	color: #FFCCCC; font-size: 16px; font-family: Arial, Helvetica, sans-serif;
}
.mylink a{
	color: #FFFFCC; text-decoration: underline; font-size: 16px; font-weight: bold;
}
.mylink a:hover{
	color: #710038;
}
.mini{
	font-family: "Times New Roman", Times, serif; font-size: 14px; color: #999999;
}
p{
	margin: 0px; padding: 0px;
}


