/* CSS Document */

body 	{

		font-family:Georgia, "Times New Roman", Times, serif;
		background-image:url(images/background.gif);
		background-repeat:repeat-y;
		background-position:center;
		margin-top:20px
		
		}
		

a 		{
		
		color:#669900
		
		}
		
.label	{

		color:#CC9933;
		font-weight:bold
		
		}
		

.margin	{

		margin:20px

		}
		
.copyright

		{
		
		font-size:small
		
		}
		
.bodytext
		
		{
		
		width:500px;
		margin-left:auto;
		margin-right:auto
		
		}
		
.imageleft

		{
		
		float:left;
		margin-right:15px;
		margin-bottom:15px
		
		}