
body
{
background-color: #F0F0FF;
text-align: center;
}

h1
{
font-family: Garamont;
color: #343489;
font-size: 34px;
}

#section
{
font-family: Garamont;
width: 500px;
margin: auto;
text-align: left;
border: 1px;
border-color: maroon;
padding: 4px;
}

#sectionname
{
	font-size: 30px;
}

#sectioncontent
{
}

#siteitem
{
	padding: 2px;
}

#siteitem.a
{
	color: #F43489;
	
}
