@charset "utf-8";
body {
	margin: 0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size:12px;
}

a{
	 outline: none;                                  /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur());  /* for IE */
	text-decoration: none;
	border:none;
	}
a:link {text-decoration: none; color:#505153;}
a:visited {text-decoration: none; color:#ffffff;}
a:hover {text-decoration: none; color:#000000;}

img{border:none;}

.job a{
	 outline: none;                                  /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur());  /* for IE */
	text-decoration: none;
	border:none;
	color:#FF0000;
	font-weight:bold;
	}

.job a:hover {
	text-decoration: none;
	color:#990000;
	font-weight:bold;
	}
