h1 /*the top georgia headings (the links)*/
	{
	color: #333333;
	font: normal 14px/1.8 georgia;
	text-align: left;
	margin-left: 20px;
	}

h2 /*the separate white georgia headings*/
	{
	color:white;
	margin-left:20px;
	font: italic 14px georgia;
	text-align: left;
	}

h4 /*the uplinks*/
{
color:white;
margin-left:20px;
font: normal 16px georgia;
text-align: left;
}

img 
{
left: 15px;
position: relative;
top: 10px;
}

p /*the main text (the dark georgia explanations)*/
{
color: #333333;
letter-spacing: 1px;
font: normal 12px/1.7 Georgia;
text-align: left;
margin-left: 20px;
}

sup
{
	font: normal 12px/0.8em Georgia;
}

a:link 
{
text-decoration: none; 
color: #333333;

}

a:hover 
{
background-color: #669999;
text-decoration: none;
}

a:visited
{
color: #999999;
text-decoration: none;
}

body 
{ 
max-width: 40em; 
}

hr 
{
color: #333333;
}

#title/*the Manchester title*/
{
position: absolute; 
top:45px; 
left: 35px;
}

#content/*everything else*/
{
width:  40em; 
position: absolute; 
top:200px; 
left:  35px;
}
