﻿body 
{
	font-family: Verdana;
	font-size: 13px;
	background: #171695;
}

#Content 
{
	margin: 3px auto;
	padding: 0;
	width: 700px;
	border: solid 3px #bbe301;
	
	}
	
	.image
	{
		margin: 0 auto;
		padding: 0 0 0 128px;
		}
	
	#TextArea
	{
		margin: 2px 0 0 0;
		padding: 0;
		background-color: #ffffff;
		}
		
		#TextArea P 
		{
			color: #000000;
			margin: 0 5px 0 5px;
			padding: 0 0 10px 0;
			line-height: 20px;
			}
			
			#TextAreaLink 
			{
				margin:0;
				padding: 0 0 5px 0;
				text-align: center;
				}
			
			#TextAreaLink a:link 
			{
				color: #171695;
				text-align: center;
				}
				
				#TextAreaLink a:hover 
				{
					color: Gray;
					text-align: center;
					}
				
				#TextAreaLink a:visted 
				{
					color: #171695;
					text-align: center;
					
					}
					
#Copyright 
{
	margin: -.5em 0 0 0;
	padding: 0;
	font-size: 80%;
	text-align:center;
	color: #ffffff;
	
	}

