/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF
    margin:0;
}

div {
    margin:0;
}

a:link {
	color: #AAAAFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #7777FF;
	text-decoration: none;
}
#all {
	margin: 0;
	height: 1440px;
	width: 650px;
}


a:hover {
	color: #FF0000;
	text-decoration: none;
}
#back {
	height: 60px;
	width: 1024px;
	margin: auto;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}
a {
	font-weight: bold;
}

.nowrap{  
    white-space:nowrap;  
    overflow:hidden;  
}  