Body{
	background-color : #ffffff;
	color: #000000;
}

		A:link, A:active
	{
		text-decoration: none;
		color: blue;
		background:transparent;
		text-decoration : underline;
	}
		A:visited
	{
		text-decoration:none;
		color: #330000;
		background:transparent;
		text-decoration : underline;
	}
		A:hover
	{
		text-decoration:none;
		color: red;
		background: transparent;
		text-decoration : underline;
	}
	.main_header
	{
		font-size : 25px;
		font-family : "Times New Roman", Times, serif;
		color : black;
		text-decoration : underline;
	}
	.main_text
	{
	font-size : 15px;
	font-family : "Times New Roman", Times, serif;
	color : black;
	text-decoration : none;
	display : block;
	margin-left : 10px;
	margin-right : 15px;
}
	.main_text_20
	{
		font-size : 20px;
		font-family : "Times New Roman", Times, serif;
		color : black;
		text-decoration : none;
		display : block;
	}
	.contact_header
	{
		font-size : 30px;
		font-family : "Times New Roman", Times, serif;
		color : black;
		text-decoration : none;
	}
	.smalltext
	{
		font-size : 11px;
		font-family : "Times New Roman", Times, serif;
		color : black;
		text-decoration : none;
	}