body {
    background-color: #000032;
    text-align: center;
    font-family: Arial, Sans-Serif;
}
.outer_container {
    text-align: center;
}
.inner_container 
{
    width: 928px;
    margin-left: auto;
    margin-right: auto;
    border: solid thin white;
}
.outer_menu {
    width: 928px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.inner_menu {
    width: 75%;
    height: 4.8ex;
    color: White;
    background-color: #001274;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: solid thin white;
    font-size: large;
    font-family: Haettenschweiler, Verdana, Sans-Serif;
}
.inner_menu a {
    color: White;
    text-decoration: underline;
}
.inner_body {
    padding: 1em 2em 1em 2em;
    color: White; 
    font-weight: bolder; 
    text-align: left; 
    margin-left: auto;
    margin-right: auto;
}
.inner_trans {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.inner_text {
	color: White;
	font-weight: bolder;
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.inner_text img {
	border: none;
}
.inner_detail {
	width: 270px; 
	color: white; 
	border: solid thin white; 
	background-color: #001274; 
	font-weight: bolder;
}
.inner_detail a {
	text-decoration: none;
}
.inner_detail img {
	border: none;
}