/* CSS Document */

#container {
	margin-left: 50px;
	margin-top: 50px;
	display:block;	
}

#container_left {
	display:inline;	
}

#container_right {
	display:inline;	
}

.word_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	/*width: 500px;*/
	display:inline;
}

.path_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: black;
	display:none;
	position:absolute;
	left: 200px;
	text-decoration: none;
	background-color: #DFDFDF;
	border: none;
}

.mega_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	width: 500px;
	padding: 0px;
}
.highlight_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	background-color:#FFFFAA;
	width: 500px;
	padding: 0px;
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
}

.result {
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

a:link {
	color: #DDDDDD;
	border: 0;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	background-color: #111111;
}
a:visited {
	/*color: #900090;*/
	color: #9999ff;
	border: 0;
	text-decoration: none;
	background-color: #111111;
	padding: 2px 2px 2px 2px;
	
}
a:hover {
	color: black;
	text-decoration: none;
	background-color: #DFDFDF;
	border-color: #70787F;
}

.apps_link a:link {
	color: #DDDDDD;
	border: 0;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	background-color: #111111;
}
.apps_link a:visited{
	color: #DDDDDD;
	border: 0;
	text-decoration: none;
	background-color: #111111;
	padding: 2px 2px 2px 2px;	
}

.apps_link a:hover {
	color: black;
	text-decoration: none;
	background-color: #DFDFDF;
	border-color: #70787F;
}