body		{
		background-color: #124C12;
		margin-left: 0;
		margin-right: 0;
		margin-top: 5;
		margin-bottom: 5
		}
		
#title		{
		color: #212821;
		font-size: 22px;
		font-weight: bolder;
		font-style: italic;
		font-family: verdana, sans-serif
		}
		
#title_small	{
		color: #212821;
		font-size: 16px;
		font-weight: normal;
		font-family: verdana, sans-serif
		}
		
#title_bold	{
		color: #212821;
		font-size: 14px;
		font-weight: bolder;
		font-family: verdana, sans-serif
		}		
		
#text		{
		color: #212821;
		font-size: 12px;
		font-weight: normal;
		font-family: verdana, sans-serif
		}
		
#text_small	{
		color: #212821;
		font-size: 10px;
		font-weight: normal;
		font-family: verdana, sans-serif
		}
		
a:link		{
		color: #212821;
		font-size: 12px;
		font-weight: normal;
		font-family: verdana, sans-serif
		}

a:visited	{
		color: #212821;
		font-size: 12px;
		font-weight: normal;
		font-family: verdana, sans-serif
		}

 a:active, a:hover
		{
		color: #212821;
		font-size: 12px;
		font-weight: normal;
		font-family: verdana, sans-serif
		}