/* CSS Document */

body	{	background-color:	#7fa0b2;
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			color:				black;
			font-size:			small;
			letter-spacing:		.1em;
			margin-top:			25px;
			margin-right:		50px;
			margin-left:		50px;
		}
		
#container	{
			
			width:				750px;

			background-color:	white;
			
			
		}
			
			
			
			
#footer	{	text-align:			center;
			font-size:			xx-small;
			color:				white;
			line-height:		1em;
			letter-spacing:		normal;
			
		}
		
#footer a	{	color:	white;
				text-decoration: underline;
		}
		
#abouttext	{margin-left:		15px;
		}
		
		
#aboutinfo {	letter-spacing:	normal;
				text-align:		justify;
				margin:			30px;
			}
#links	{	
			margin:				15px;
			text-align:			left;
		}
		

#links a {		color:		#0066cc;
				text-decoration:	none;
				visited:	#0066cc;
			}	
			
#aboutinfo a	{	color:		#0066cc;
				text-decoration:	none;
				visited:	#0066cc;
			}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}