a		{
		color:#990000;
}
		
a:visited	{
		color:#993300;
}

a:hover	{
		color:white;
}

body	{
		background-color:#CC9966;
		background-image:url(images/paper_tan_bkgd.jpg);
		color:black;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:2;
}

p	{
		font-size:small;
}


.menu	{
		font-weight:bold;
		font-size:smaller;
}


.section_title	{
		font-size:large;
		font-weight:bold;
}

