@charset "UTF-8";
/* CSS Document */
html {

}
body {
	background-color: #674e80;
	background-repeat:repeat;
	font-family: arial;
	font-size: 12px;
	line-height: 10px;
	color: #ffffff;
	letter-spacing: 1px;
}

}
#navi {
	position:absolute;
	left: 65px;
	top: 45px;
}
#navi2 {
	position:absolute;
	left: 670px;
	top: 90px;
	color: #FFC300;
}
#navi img {
	padding-bottom: 25px;
}

#text a:link {color: #FFFFFF; font-weight: bold; text-decoration: none;}
#text a:visited {color: #FFFFFF; font-weight: bold; text-decoration: none;}
#text a:hover {color: #FFFFFF; font-weight: normal; text-decoration: underline;}

a:link {color: #FFFFFF; font-weight: bold; text-decoration: none;}
a:visited {color: #FFFFFF; font-weight: bold; text-decoration: none;}
a:hover {color: #FFFFFF; font-weight: normal; text-decoration: underline;}

input {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
  	border: 3px solid #000;
 	background-color: #000;
  	width: 400px;
    color: #000000;
}