<meta http-equiv="Content-Style-Type" content="text/css">

/*apparently this fixes things */
p.foobar {}

h1 		
{ 
  text-align:   	center;
  font-size:    	250%;
  margin-bottom:	-1.2ex;
}
p.date 		
{ 
	font-weight:	600;
	color:			white;
	margin-bottom: -1.5ex; 
}

h2
{
  color:        rgb(96,96,96);
  text-align:   center;
}

body
{
  color:		rgb(32,32,32);
  background-color:	white;
}

.tt
{
	font-weight:	lighter;
	font-family:	monospace;
}

/*
255  99  71		tomato
255  99  71		tomato1
238  92  66		tomato2
205  79  57		tomato3
139  54  38		tomato4
*/

img.myfloat { float: left }

p {margin: 1em}

a.h1:link  	{ color:	rgb(64,64,128); }
a.h1:visited  	{ color:	rgb(64,64,128); }

a:link          { color:        rgb(64,64,128); }
a:visited       { color:        rgb(64,64,128); }
