* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


body {
	background: url(bg.jpg);
	color: yellow;
}

h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	margin-top: 15px;
}

h3 {
	font-size: 11px;
}

h2, h3, p {
	text-align: left;
	padding: 0px 15px;
}

p {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

a {
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: yellow;
	text-decoration: none;
}

#container {
	width: 720px;
	margin: 0px auto;
	padding: 20px 0px;
	background-color: #000;
	text-align: center;
	border-left: dotted 2px #666;
	border-right: dotted 2px #666;	
}

.rjv {
	margin: 30px 0px 10px 0px;
}