@charset "UTF-8";
/* CSS Document */


html, body	{ height:100%; }
			body {
	margin:0;;
	overflow:auto;
	background-color: #FFF;
	color:#333;
	font-family:sans-serif;
	font-size:20px;
			}
			
			
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666;
	text-align:left
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
}

.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	text-align:right
}


a:link { color:#333; text-decoration:underline }
a:visted { color:#333; text-decoration:none }
a:hover { text-decoration:none}