@charset "utf-8";

@import url('main.css');
@import url('class.css');

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;


}

a {
	color: #990033;
	text-decoration: underline;

}

dd {
  padding-left: 290px; 
}

body {
	line-height: 1;
	background:#FDE1DB;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #6b6b6b;
	font-family: "HGPƒSƒVƒbƒNE", "Osaka";




}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
	font-size:18px; color:#3C2A06;
}

h1 {
	font-size:10px;
	color:#3C2A06;
	padding-top: 10px;
	padding-left: 10px;

}
