html, body {
    margin: 0px;
    padding: 0px;
    background: #000000;
    color: #ffffff;

}

a {
    color: rgb(255, 143, 127);
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
}


.start {
	margin: 0px auto;
    width: 800px;
    height: auto;
    text-align: center;
}
			.title0line{
				color: white;
				text-align: center;
				font-size: 200%;
			}
						.title1line{
				color: white;
				text-align: center;
				font-size: 300%;
			}
			.title2line{
				color: white;
				text-align: center;
				font-size: 110%;
				padding: 0px 10px 0px 10px;
			}
			.title3line{
				color: white;
				text-align: center;
				font-size: 400%;
			}
.title3line input[type=submit] {

width: 250px;
    border:1 none;
text-align: center;
font-size: 50%;
}