A		{
		text-decoration: underline;
		}
A:link	{
		color:#bf0000;
		}
A:visited {
		color: #b87373;
		}
A:active {
		color: #dc0000;
		}
A:hover	{
		color: #dc0000;
		text-decoration: none;
		}
		
.header	{
		font-family: sans-serif;
		font-size: 15px;
		color: #ffffff;
		font-weight: bold;
		}
		
.headeryel	{
		font-family: sans-serif;
		font-size: 15px;
		color: #ffe65b;
		font-weight: bold;
		}		
		
		
.bodytext	{
		font-family: serif;
		font-size: 15px;
		text-align: left;
		margin-left: 30;
		margin-right: 20;
		margin-top: 20;
		margin-bottom: 10;
		color:#6b6b6b;
		}

.subtext	{
		font-family: serif;
		font-size: 12px;
		text-align: left;
		margin-left: 30;
		margin-right: 20;
		margin-top: 0;
		margin-bottom: 10;
		color:#6b6b6b;
		}	
.subheader	{
		font-family: serif;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		margin-left: 30;
		margin-right: 20;
		margin-top: 20;
		margin-bottom: 10;
		color:#6b6b6b;
		}
.forms	{
		font-family: sans-serif;
		font-size: 12px;
		}	