.header		{
		position: relative;
		top: 0px;
		left: 0px;
		background-color: #189410; 
		text-align: center; 
		font-size: 18px;
		font-weight: bold;
		color: white;
		padding: 10px 0px;	
		width: 194px;
		}

.content	{
		position: relative;
		top: 0px;
		left: 0px;
		background-color: #e2f2e1;
		color: black;
		text-align: left;
		width: 194px;
		padding: 10px 0px;
		}     

h3		{	
		color: white;
		background-color: transparent;
		}

.username	{
		text-align: right;
		padding: 3px;
		}

.form		{
		padding: 3px;
		}		

.link		{
		text-align: center;
		padding: 3px 10px;
		}

table		{
		font-size: 10pt;
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 0px;
		}	

.titlelink	{
		padding: 7px 10%;
		}

a		{
		color: #0c5108;
		background-color: transparent;
		}

a:hover		{
		color: #127c0c;
		background-color: transparent;
		}

.weather	{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}

.date		{
		font-weight: bolder;
		font-variant: small-caps;
		color: black;
		background-color: transparent;
		}