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

body, td, th {
	color: #FFFFFF;
}
body {
	margin:0 0 0 0;
	background-color:#000;
}
#wrapper {
	margin:0 120px auto;
	text-align:left;
	width:805px;
	height:600px;
}
.main {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#ffffff;
	font-size:12px
}
.title-main {
	color:#A48C6F;
	font-size:14px;
	font-weight:bold
}

h1{
	color:#A48C6F;
	font-size:14px;
	font-weight:bold
}

.a:link, a:visited {color:#A48C6F; text-decoration:none;}
.a:hover {color:#A48C6F; text-decoration: underline;}

a:link, a:visited {
	color:#e4d8bc;
	text-decoration:none;
}
a:hover {
	color:#e4d8bc;
	text-decoration: underline;
}