/* Page body */
body{
	background-color: #fed100;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Text for most CSS classes */
body, .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}

/* Hyperlinks */
a:link {
	color : #0000FF;
	text-decoration: none;
}

a:visited{
	color : #0088FF;
	text-decoration : none;
}

a:hover, a:visited:hover{
	color : #FF0000;
	text-decoration : underline;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border: none;
	/*vertical-align: middle; */
}