body { 
	font-size:12pt; 
	color: #000080;
	font-family: Tahoma, Arial; 
	margin-bottom :0px;
	margin-left :60px;
	margin-right :60px; 
	margin-top :0px;
	background-image: 
    url('1.gif');
    background-repeat: 
    repeat;
    background-attachment: 
    fixed;
}
A:link {
color: #0000E1;
text-decoration: none;
}

A:visited {
color: #ff3300;
text-decoration: none;
}

A:active {
color: #ff3300;
text-decoration: none;
}

A:hover {
color: #FF9966;
text-decoration: none;
}