@charset "utf-8";
a {
	font-size: 12px;
}
a:link {
	color: #66CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CCFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #66CCFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #66CCFF;
	text-transform: uppercase;
	line-height: 80%;
	paddint-bottom: 20px;
}
.portfolio{
	padding: 20px;
	top-margin: 20px;
	border: 10px solid #66CCFF;
	width: 480px;
	}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 20px;
}