body {
	font-family: Helvetica, Trebuchet MS, Arial, San Serif;
	color: #999;
	text-align: center;
}


.content {
	text-align: center;
	width: 700px;
	margin: 40px;
}

div.l
{
	text-align:left;
}
div.r
{
	text-align:right;
}

a {
	text-decoration: none;
}

a:active {
	color: #0000EE; /* Default blue for active */
}

a:visited {
	color: #01B7FE;
}

.blue {
  color: #01B7FE; 
  font-weight: bold;
  }
  .blue a {
    color: #01B7FE; }
  .blue a:hover {
    text-decoration: underline; }

h1 {
	font-size: 3em;
}
br
{
	clear: both;
}

ul.links {
	float: right;
	list-style-type: none;
	font-size: smaller;
	margin: 0;
}
ul.links li {
	float: left;
	list-style-tipe: none; 
	padding-right: 0.2em;
}
ul.what
{
	text-align: left;
}

h2 {
	padding: 0;
	margin: 0;
}

div.who
{
	text-align: right;
}

div.who p, div.why p {
	width: 500px;
	float: right;
}

p
{
	color: #444;
	text-align: justify; 
	margin: 0.5em;
}

p a, ul a
{
	font-weight: bold;
}

span.me
{
	background: url(julian.jpg) no-repeat;	
	display: block;
	float: left;
	width: 73px;
	height: 73px;
	text-indent: -9000px;
	padding: 2px;
}

div.what
{
	text-align: left;
}

div.why p {
}

br.clear
{
	clear: both;
}

div.what
{
}

.header {
  border-bottom: 3px solid grey;
  float: left;
  width: 100%; }
  .header h1 {
    float: left;
    margin-bottom: 0.2em; }
  .header ul {
    margin-right: 5em; }
  .header li {
    display: inline;
    margin-right: 0.2em; }

.footer {
  border-top: 3px solid grey;
  padding: 0.5em; }

a.homelink {
  color: grey; }
