@import "header.css";

@import "content.css";

@import "footer.css";

@import "form.css";

@import "another.css";

body {

	margin: 0px;

	font-family: Arial;
	font-size: 12px;
	color: #333333;
	
	background-color: #ffffff;

}

.rubas {
	font-weight: bold;
}

.net {
 font-weight: bold;
 color: #0080B4;
}

.small {

	font-size: 10px;
}

img {
	border-style: none;
}
