@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	text-indent:0;
	font-weight:normal;

}

html{

}

body{
	font-family:"Times New Roman", Times, serif;
	background-color:#921900;
}

a{
	color:#921900;
	text-decoration:underline;
}

a:hover{
	color:#e47e6a;
	text-decoration:underline;
}

img{
	vertical-align:bottom;
	border:none;
}

h1{

}

h2{

}

h3{

}

p{

}

ul{

}

li{
	list-style:none;
	
}

table{

}

tr{

}

td{

}


