a:link {
	color: #66FF33;
	text-decoration: none;
}
a:visited {
	color: #66FF33;
	text-decoration: none;
}
a:active {
	color: #66FF33;
	text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: none;
}

body {
	font-family: "Arial";
	margin-top: 0;
	margin-left: 0;
	/* margin-right: 0; */
        /* margin-bottom: 0; */
	text-align: center;
	/* background-color: "threedlightshadow"; */
	/* background-image: url(picture/); */
	/* background-repeat: repeat; */
}

h1 {
	background-color: #99CCFF;
}

h2 {
	border-bottom: 1px solid #99CCCC;
}

h3 {
        text-decoration: underline;
}

table {
        /* background-color: #FFFFFF; */
}

input {
	ime-mode: disabled;
	font-family: "Arial";
	/* font-size: 11pt; */
}

select {
	font-family: "Arial";
	/* font-size: 11pt; */
}

textarea {
ime-mode: disable;
font-family: "Arial";
}
/*
.content {
width: 700;
padding: 50;
}
*/
/*
.menu {
background-color: #000099;
padding: 10;
}
*/