/*
 *	Elements
 */

a
{
	
	color: #0099CC;
	text-decoration: underline;
	
}

a:hover
{
			
	color: #6699CC;
		
}

body
{
	
	margin: 0px;
	margin-top: 10px;
	
	background-color: #666666;
	display: block;
	
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	
	text-align: center;
	
}

body#view
{
	
	background-color: white;
	
}

img
{
	
	border-style: none;
	
}

p
{
	
	margin-top: 4px;
	margin-bottom: 4px;
	
}
