a, 
a:link,
a:visited	{
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}


a:hover		{
	color: #009933;
	}
	
a:active	{
	color: #ff9933;
	}


#logo	{
	width: 500px;
	height: 344px;
	text-align: center;
	background: url('img/welcomelogo3.jpg') no-repeat; 
	margin: 50px auto auto auto;
	}


#welcome	{
	width: 500px;
	height: 50px;
	text-align: center;
	margin: 30px auto auto auto;
	font-weight: bold;
	}

#imgen	{
	width: 338px;
	height: 500px;
	text-align: center;
	background: url('img/constructionen2.jpg') no-repeat;
	margin: 35px auto auto auto;
	border: 15px solid #ffffff;
	}

#welcomecon	{
	width: 368px;
	height: 50px;
	text-align: center;
	margin: 30px auto auto auto;
	font-weight: bold;
	}
	
#imgit	{
	width: 338px;
	height: 500px;
	text-align: center;
	background: url('img/constructionit.jpg') no-repeat;
	margin: 35px auto auto auto;
	border: 15px solid #ffffff;
	}

.titlen	{
	color: #008000;
	font-family: Georgia;
	font-size: 12.5px;
	font-style: italic;
	display: inline;
	}
		
.titleh	{
	color: #808080;
	font-family: Georgia;
	font-size: 12.5px;
	font-weight: bold;
	display: inline;
	}	
	
body	{
	background-color:#dbe7d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	}