Team DNAbeans

From OpenWetWare
Revision as of 16:16, 22 October 2014 by Alex Hoppe (talk | contribs)
Jump to navigationJump to search

<html>

	<head>
		<title>My page</title>

<style media="all" title="mystyles" type="text/css">

	<!--
	body { background-color: #e8eae8;
		color: #5d665b;
		margin: 50px;
		font-family: Verdana, Geneva,
		Arial, sans-serif;
		font-size: small;
		line-height: 180%
		}
	#para1 { text-indent: 3em;
           color:red;
		}
       
	-->
</style>
	</head>
	<body>
		<p id="para1">Stuff about biomod</p>
	</body>
</html>