.upimage {
	position: absolute;
	top: 5px;
	left: 5px;
	}

.greet {
	text-align: left;
	position: absolute;
	top: 60px;
	left: 30px;
	font-size: 26px;
	color: #006400;
	}

.descript {
	text-align: left;
	position: relative;
	top: 100px;
	left: 10px;
	width: 300px;
        font-size: 18px;
	color: #800000;
	}

.jobs {
	text-align: left;
	position: absolute;
	top: 100px;
	left: 240px;
	color: #800000;
        font-size: 16px;
	border-left: none;
        padding-left:10mm;
        padding-top:8mm;
	}

.footer {
	text-align: right;
	position: relative;
	bottom: -100px;
	left: -70px;
	font-size: 8px;
	color: #000000;
	}

body {
	
	font-family: serif, arial;
	cursor: default;
	color: #000000;
background-color: #FFFFFF;
table {	vertical-align: middle;	}
	}

a {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

img	{
        border-style: none;
        }
