/* CSS Document */

body {
	background: #003;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009;
	font-size: 1.3em;
	padding: 0px;
	margin: 70px;
	}
	
a { color: #66E; text-decoration: underline; }	
a:hover { color: #f00; text-decoration: underline; }

img { border: 0px; }
	
h1 { font-weight: normal; font-size: 3em; line-height: 2.5em; margin: 0px; color: #007; }
p { font-size: 1.2em; color: #00C; line-height: 1.5em; }

.cont {
	width: 950px;
	text-align: left;
	}
	
.txt {
	width: 777px;
	margin-left: 50px;
	}
