#banner {
	background-image: url('../img/banner_index.jpg');
}
h1,h2,h3,a,a:link,a:visited,a:hover {
	color: #e90fed;
}
input[type="button"]{
	background-color: #e90fed;
}
.Box {
	display:block;
	margin:auto;
	overflow: hidden; 
	border: 1px solid #e90fed;
	-moz-border-radius: 5px;
	padding: 5px;
	font-size:16pt; 
	width: 450px; 
}
#menu a.selected {
	background-image: url('../img/bg_button_home.jpg');
}

