*{
    border: 0;
}

body{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	
	background-color: #0b0000;
	background-image: url(../_images/bg.gif);
	background-attachment: fixed;
	
	color: #2e2d2a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	
	text-align:center;
}

p {
}

a {
	color: #7D1212;
	text-decoration: none;   
}

	a:link {
		color: #7D1212;
	}
	a:hover, a:active {
		color: #7D1212;
	}
	a:visited {
		color: #5C0E0E;
	}

ul {
	margin: 0;
	padding: 0;
	line-height:0;
	list-style: none;
}

	li {
		margin: 0;
		padding: 0;
	}

/*
h1 {
	font-size: 10px;
}	

h2 {
	font-size: 12px;
}	

h3 {
	font-size: 14px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 20px;
}

div {
	overflow: visible;
}
*/