body {
	margin: 0;
	background-image: url('apimg/back.jpg');
	background-repeat: repeat-x;
	background-color: #01005d
}

div.main {
	background-image: url('apimg/main.jpg');
	width:620px;
	height:460px;
	margin: 50px auto;
	padding:10px;
}

div.txt {
	background-image: url('apimg/txt.gif');
	width:181px;
	height:149px;
	margin: 60px auto;
}

div.txt p{
	padding:30px 10px;
	text-align:center;
	font-size:120%;
}

div.txt a{
	color: #0000ff;
}

div.txt p.first{
	padding:10px 10px;
	text-align:center;
	font-size:100%;
}

p.img{
	margin: 80px 30px;
	color: yellow;
	font-size:120%;
}
p.img a{
	color: yellow;

}

ul {
	margin:0px 30px;
	list-style-type:none;
}

A{
	text-decoration: none;
	color: #ffffff;
}

span.orange{
	color: orange;
}

span.red{
	color: #CD2626;
	font-size:90%;
	text-decoration: underline;
}
