body {
	margin: 0px;
	background-color:white;
	color:black;
	}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	width:600px;
	}	

a:link {color:#663366;}
a:visited {color:#663366;}
a:hover {color:#FFCC77;}
a:link img {border:none;}

@font-face {
	font-family: "F25 Executive";
	src: url("http://www.lanxle.com/font/F25_Executive.otf") format("opentype");}

@font-face {
	font-family: "Malgun Gothic";
	src: url("http://www.lanxle.com/font/malgun.ttf") format("opentype");}

@font-face {
	font-family: "Inconsolata";
	src: url("http://www.lanxle.com/font/Inconsolata.otf") format ("opentype");}

h1, h2, h3 {font-family: "F25 Executive"; color:#4E443C;}

p {font-family: "Malgun Gothic", Helvetica, sans-serif; font-size: 16px; color:#4E443C; margin-left:25px;}

.list {line-height:8px;}
.topic {font-weight:bold; text-transform:uppercase; }
.italic {font-style:italic;}
.bold {text-transform:uppercase;}
.link {font-weight:bold;}
.space {margin:35px;}
.top {text-align: center;}

