/* stylesheet.css */

body {
	font-family: Verdana, Arial, 'sans-serif';
    font-size: 0.9em;
	font-weight: regular;
	letter-spacing: 0.02em;
    line-height: 145%;				
    color: #365888;				
}

h1 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 145%;	
}
			
p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;  
}
			
p.bottomlink {
	margin-top: 6em;
}
			
div.content {
	text-align: center;	
}
			
div.animation {
	margin-bottom: 120px;	
}
			
div.text {
	margin-bottom: 120px;	
}
			
A:link {text-decoration: none; color: #365888;}
A:visited {text-decoration: none; color: #365888;}
A:active {text-decoration: none color: #365888;}
A:hover {text-decoration: none; color: #203552;}