hi, my CSS code is not rendering at all. The only element working is the background color. I've cleaned out all the temporary Internet files in my folder and still, onlt the background color is working. Here is the code for both css and xhtml
CSS
body{background-color:#87ceeb;
}
i
.akshion{font-size:24;
font-weight:bold;
color: #66ccff;
font-style: italic;
text-align: left;
}
align.left{display:block;
width:640px;
height:400px;
background:blue;
XHTML
<link href="atk.css" rel="stylesheet" type="text/css" />
<body>
<img src="ak-shion.gif" width="640" height="400" alt="Ak-Shion" class="align.left"/>
<h1 class="akshion">Ak-Shion <h1/>
</body>
</html>
}

