body {
	background-color: black;
}

a:link, a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #e4ff00;
    text-decoration: underline;
}


#main_title{margin-bottom: 20px; margin-top: 20px;}

#thanks_contents h2{font-size: 14px; font-weight: bold; padding: 0px; margin: 0px;}

#thanks_contents img{margin: 5px;}