.falsh_link{
	cursor : pointer;
	border-bottom-width : 1px;
	border-bottom-style : dashed;
	color:#0055CC;
	display : inline;
}

a:hover{
	color:#CC0000;
}

.link{
	cursor: pointer;
	text-decoration: underline;
	color: #0055CC;
}
.smaller{
	font-size: smaller;
}
.small{
	font-size: 90%;
}
.border{
	border : #999999;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-left-width : 1px;
	border-left-style : solid;
	border-top-width : 1px;
	border-top-style : solid;
	border-right-width : 1px;
	border-right-style : solid;
}

hr{
	height:1px;
}
.404{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 150px;
	color : Gray;
}