saludos estoy haciendo el tutorial de a ca sobre html y css , la parte de html me funciona super bien pero cuando empiezo lo de css por hoja de estilos en el navegador no la toma, cacharreando solo logro verla por la vista previa de drean

gracias

code
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<head>
<link href="/hoja_estilos.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Curso de HTML Y CSS</title>

</head>
<body>
Aqui va el cuerpo de la web
<h1 id="comentarios"><center>Lista de comentarios</h1><br>
<p>
<center>
Hola, me llamo Luke Skywalker y soy piloto
de una X-Wing en el Rogue Squadron. Tambi�n
soy un Jedi del Lado Luminoso de la Fuerza.
Mis maestros han sido Yoda y Obi-Wan Kenobi.
</p>
<p>
<center>
Saltos de línea<br>
DarkChestofWonders<br>
Seentroughttheeyes<br>
Oftheonewithpureheart<br>
Once,solongago.<br>
</p>
<p>
<center>
<h1>Los tútulos (headings)</h1>
<h1>Mis links favoritos</h1>
<h2>Blogs</h2>
<!--blablabla-->
<h2>Videojuegos</h2>
<h3>RPG's</h3>
<!--blablabla-->
<h3>Arcades</h3>
<!--blablabla-->
</p>


<p>
<center>Aquí os dejo un fragmento de la cancion
<cite>Die for Rock 'n' Roll</cite>, de Dover:
</p>

<blockquote>
<p>
Everybody danced (while)<br>
I was lying on the floor<br>
I was ready to die<br>
for Rock 'n' Roll<br>
</p>
</blockquote&gt;>

<p>Mi parte preferida es cuando dice lo de
<q>I was ready to die[...]</q>.</p>
<p>
Separadores horizontales
</p>
<h2>Los videojuegos</h2>
<p>Bla bla bla...</p>
<hr>
<h2>Música</h2>
<p>Bla bla bla...</p>

<a href="http://www.bucalinux.com/" target="_new" title="mi pagina web">www.bucalinux.com</a><br>
<a href="http://www.barrapunto.com/" target="_new" title="La informaci�n que te interesa">Barrapunto</a><br>
<a href="file:///F:/profile.html" target="_new"title="Informaci�n sobre m�">Ficha personal</a><br>
<a href="file:///F:/galeria/color.html" target="_new" title="Galer�a color">Ver dibujos a color</a><br>
<a href="file:///F:/index.html" target="_new" title="P�gina principal">Volver al inicio</a>
<hr>

<a href="file:///F:/cursohtmlcristalab.html#comentarios" title="Lista de comentarios">Leer comentarios</a>
<a href="file:///F:/post005.html#comentarios" title="Lista de comentarios ">Comentarios del post no 5</a>
<a name="comentarios">
<p>Mis escritores favoritos (en orden de preferencia):</p>
<ol>
<li>R. A. Salvatore</li>
<li>George R R Martin</li>

<li>Isabel Allende</li>
</ol>
<hr>
<p>El helado perfecto (��am!): </p>
<ul>
<li>1 bola de helado de chocolate </li>

<li>1 bola de helado de limón </li>
<li>Trocitos de piña y melocotón en almíbar </li>
<li>Sirope de chocolate</li>
</ul>
<hr>

<p>Significado de algunos smileys : </p>
<dl>
<dt>:)</dt>
<dd>Sonrisa</dd>
<dt>xD</dt>
<dd>Carcajada</dd>

<dt>:P</dt>
<dd>Sacar la lengua</dd>
</dl>
listas anidadas
<p>Algunos libros de Salvatore :</p>
<ul>
<li>I Trilog�a de El Elfo Oscuro
<ol>

<li>La Morada</li>
<li>El Exilio</li>
<li>El Refugio</li>
</ol>
</li>
<li>Trilog�a de El Valle del Viento Helado
<ol>

<li>La Piedra de Cristal</li>
<li>R�os de Plata</li>
<li>La Gema del Halfling</li>
</ol>
</li>
</ul>

<table>
<caption>Videojuegos</caption>
<tbody><tr>
<th>T�tulo</th>
<th>G�nero</th>
</tr>
<tr>
<td>Sonic</td>
<td>Plataformas</td>
</tr>
</tbody></table>
<table border="1" cellpadding="10" cellspacing="30">
<caption>Videojuegos</caption>

<tbody><tr>
<th>T�tulo</th>
<th>G�nero</th>
</tr>
<tr>
<td>Sonic</td>
<td>Plataformas</td>
</tr>
</tbody></table>
<table>
<caption>Videojuegos</caption>

<tbody><tr>
<th>T�tulo</th>

<th colspan="2">G�nero</th>
</tr>
<tr>
<td>Sim City </td>

<td>Simulaci�n </td>
<td>Estrategia </td>
</tr>
</tbody></table>

<table>
<tbody><tr>
<th>T�tulo</th>
<td>Sim City</td>
</tr>
<tr>
<th rowspan="2">G�neros</th>
<td>Simulaci�n</td>
</tr>
<tr>
<td>Estrategia</td>
</tr>
</tbody></table>
<p> </p>
<form action="mailto:[email protected]" method="post" enctype="text/plain">

<input type="text" id="nombre" name="nombre" size="20">

nombre = Morpheo
<input type="text" name="url" id="url" size="30" maxsize="255" value="http ://">
<input type="password" name="pass" id="pass">
<p>Nombre :
<br>
<input type="text" name="nombre" id="nombre">
</p>
<p>

<label for="nombre">
Nombre :
</label>
<br>
<input type="text" name="nombre" id="nombre">

</p>
<p>
<label for="comentario">
�Alg�n comentario?
</label>

<br>
<textarea name="comentario" id="comentario" cols="30" rows="5"> Bla bla bla
</textarea>

</p>
<p>
Has jugado a ...
<br>

<input type="checkbox" name="monkey1" id="monkey1" value="si">
<label for="monkey1">

Monkey Island I
</label>
</p>
<p>


Has jugado a ...
<br>

<input type="checkbox" name="monkey1" id="monkey1" value="si" checked="checked">

<label for="monkey1">
Monkey Island I
</label>

<input type="checkbox" name="xwing" id="xwing" value="si">

<label for="xwing">
X- Wing Alliance
</label>

</p>
<p>

Peli preferida :
<br>


<input type="radio" name="peli" id="sw_hope" value="hope" checked="checked">

<label for="sw_hope">
A New Hope
</label>

<input type="radio" name="peli" id="sw_empire" value="empire">

<label for="sw_empire">
The Empire Strikes Back
</label>

<input type="radio" name="peli" id="sw_jedi" value="jedi">

<label for="sw_jedi">
The Return of the Jedi
</label>

</p>
<p>
<label for="peli">
Pel�cula preferida :
</label>
<br>
<select name="peli" id="peli">

<option value="hope">
A New Hope
</option>
<option value="empire">
The Empire Strikes Back
</option>
<option value="jedi" selected="selected">

The Return of the Jedi
</option>
</select>
</p>
<input type="submit" value="Enviar">
<input type="reset" value="Borrar">
<hr>



<video id="sampleMovie" src="HTML5Sample.mov" controls></video>

</body>
</html>