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

body {
	margin-right: 100px;
	margin-left: 100px;
	width: 800px;
}

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
p {
	text-align: left;
}


h1{
	font-size: 13px;
	clear: right;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	list-style-type: none;
}
li {
	float: left;
	list-style-type: none;
}

dl {
	font-size: 12px;
}
dt {
	font-size: 15px;
}
dd {

}
td {
	font-size: 12px;
}
th {
	font-size: 12px;
}




a:link {
color: green;
} 
a:visited {
color: #FF6699;
} 
a:hover {
color: #FF9900;
} 
a:active {
color: #FF0000;
}
