body {
	margin: 0;
	background: #000000 url('images/v01/bg.jpg') repeat-x;
	font-size: 8pt;
	font-family: verdana;
	color: #525785;
	line-height: 20px;
	letter-spacing: 0pt;
}



A:link, A:visited, A:active {
	color: #FFFFFF;
	text-decoration:none;
}

A:hover {
	border-bottom: 2px solid #FFFFFF;
	cursor: default;
}

.content {
	position: absolute;
	right: 50px;
	top: 400px;
	width: 600px;
	text-align: justify;
}

h1 {
	text-align: left;
	color: #1E285D;
	width: 100%;
	font-family: times new roman;
	font-size: 25pt;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: -1pt;

	line-height: 35px;
	margin: 0px 0px 10px 50px;
}

h1:first-letter {
	color: #FFFFFF;
}

.codes {
	background-color: #374279;
	border: 1px dashed #020625;
	padding: 4px;
}

.link {
	width: 400px;
	background-color: #374279;
	color: #020625;
	font-size: 7.5pt;
	font-family: century gothic;
	text-transform: uppercase;
	border: 1px dashed #020625;
	padding: 4px;
	margin-left: 100px;
}

.footer {
	text-align: center;
	font-size: 7.5pt;
	line-height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.layout A:hover {
	border-bottom: none;
}
