
div.float {
	float: right;
	padding: 10px;
}

.tech_article a:link {
	color: blue;
	text-decoration: none;
}


.tech_article a:visited {
	color: purple;
	text-decoration: none;
}

.tech_article a:link:hover {
	text-decoration: underline;
}

.tech_article a:visited:hover {
	text-decoration: underline;
}

.tech_article a:link:active {
	color: red;
	text-decoration: underline;
}

.tech_article a:visited:active {
	color: red;
	text-decoration: underline;
}


.tech_article h1 {
	font-family: times new roman, arial, sans-serif;
	color: #000000;
/*	font-weight: bold; */
	font-weight: normal; 

}


.tech_article h3 {
	color: #000000;
}

table#tech {
	font-family: times new roman;
	color: #000000;
}



