#content{
	text-align: left;
	}

#content table{
	text-align: left;
	font-size: 11px;
	height: 30px;
	}

.uline{
	text-decoration: underline;}

.notify{
	font-weight: bold;
	color: red;
	}

#content p,h4{
	margin: 20px;
	}
	
#welcome_1{
	position: relative;
	float: right;
	margin: 10px;
	margin-right: 20px;
	border: 1px solid black;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	top: 10px;
	}
	
#welcome_2{
	position: relative;
	float: left;
	margin: 10px;
	margin-left: 20px;
	border: 1px solid black;
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	top: -10px;
	}
