#title {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#notice {
	background-color: transparent;
	color: red;
	text-align: center;
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}

a {
	color: #00AAFF;
	text-align: center;
}
a:hover {	color: #62A9CC; text-decoration: underline;}
a:focus {	color: #62A9CC; text-decoration: underline;}

.button {
 background: #00AAFF;
 color: black;
 font-family : sans-serif;
 font-size : 75%;
 font-weight : bold;
}
.button:hover {background: #62A9CC;}
.button:focus {background: #62A9CC;}

.input {
	border: 1px solid #62A9CC;
	background-color: #DEF1FA;
}

.tmoblink {
 background: #FFFFFF;
 color: #E20074;
 font-family : sans-serif;
 font-size : 75%;
 font-weight : bold;
}

.tmoblink:hover {background: #62A9CC;}
.tmoblink:focus {background: #62A9CC;}

