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

body{
	background-color: #FCFBE6;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	list-style-type: circle;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF0000
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 21px;

}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}

