html, body{
	padding:12px 0px 0px 0px;
	margin:0px;
}

body{
	background-color: black;
	background-image: url('images/abcdefg.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	font-family: arial;
}

strong{
	font-weight: normal;
	color: white;
}




h2{
	color:red;
}

p{
	color:red;
}

#container{
	width:1000px;
	margin:0px auto;
	color:red;
}

#header{
	text-align:center;
}

#logo{
	width: 765px; 
	height: 164px;
	margin:0px auto;
	border: 0px;
}

#menu{
	padding:0px;
	margin:0px;
	margin:0px auto;
	height:24px;
	width:490px;
	list-style:none;
}

#menu li{
	float:left;
	clear:none;
	display:block;
	padding:0px 5px;
	margin:0px;
}

#menu li a{
	border:0px;
}

#menu li a img{
	border:0px;
}

p{
	color:red;
}

span
{
	float:left;
	width:0.7em;
	font-size:250%;
	font-family:arial;
	line-height:80%;
}

#question{
	color:white;
	width:190px;
}

#answer{
	color:red;
	width:400px;
}


/*

p:first-letter 
{
color: #ff0000;
font-size:xx-large
}

span
{
float:left;
width:0.7em;
font-size:400%;
font-family:algerian,courier;
line-height:80%;
}

p.menubar
{
text-align: center;
color: blue;
font-family: arial;
}


hr {color: sienna}
p {margin-left: 20px}

*/
