/* IR labs stylesheet

all the "design" is copyrighted by IR labs. However, techiques and ideas are not patentable and free to use and copy. */

/* Style sheet for main IR labs home page */	

body {
	background: #484A54;
	color: #555;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#wrapper {
		 background: #9EB270;
}

		
a, a:link, a:visited {
	color: #222;
	text-decoration: none;
	border: 5px;
}

a:visited {
	color: #722;		 
}

a:hover {
	color: #fff;
}

