Domandina, scusate l'ignoranza.
Io ho un file css esterno.
Come faccio a dire al body di prendere lo style?

codice:
<head>
<link rel="stylesheet" type="text/css" href="layout.css">
</head>

<body bgcolor="#C1CCD3" style="body">
layout.css
codice:
.body{
	font-family: Arial, Verdana;
	font-size: 10px;
	margin: 0px;
	scrollbar-face-color: #8EB7E3;
	scrollbar-shadow-color: #D3DBE0;
	scrollbar-highlight-color: #C1CCD3;
	scrollbar-3dlight-color: #76848F;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #D3DBE0;
	scrollbar-arrow-color: #2E71BD;
}
.text{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #2E71BD;
	font-weight: bold;
}