/* CSS Document */

body {
	background-repeat: repeat-x;
	background-image: url(jpeg/back.jpg);
	padding: 26px;
	background-color: #0000FF;
	top: 0px;


}
//

a:link {
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover{
	text-decoration:underline
	color: #FF0000;
	text-decoration: underline;
}

body {
	background-color: #000066;
	background-image: url(png/back.png);
	background-repeat: repeat-x;
	top: 0px;
}
