I wanted to add external stylesheets to my site, but for some reason it won't work.

The first time I tried, it worked, but then after I edited something, it wouldn't work anymore. I tried copying the whole style document in place of this:
Code:
<link href="LINKTOSTYLESHEET" rel="stylesheet" type="text/css">
And then, it would work, so there must be something wrong with the coding on the page, but I can't find it.

I was hoping if someone could help?
Code:
<html>
<head>
<TITLE>Between the Rain Drops</TITLE>
<META NAME="description" CONTENT="A website (with a forum) for graphic designers (preferably photoshop users) with goodies such as textures, brushes and tutorials.">
<META NAME="keywords" CONTENT="graphics, photoshop, textures, brushes, tutorials, forum, art">
<META NAME="author" CONTENT="Melissa">
<link href="LINKTOSTYLESHEET" rel="stylesheet" type="text/css">
</head>
<body>
<body topmargin="0" leftmargin="0" rightmargin="0">
<body bgcolor="#000000" background="images/background.jpg" bgproperties="repeat">
<img src="images/header.jpg" border=0 height=500 width=750>
(^btw, that was only part of it...)
Code:
<style text="text/css">
body,tr,td,p {font-size:8pt; font-family: verdana; cursor:none; letter-spacing:0pt; align:justify; line-height: 13px; color:#626262;}
h1 {font-size:12pt; font-family: verdana; cursor:none; letter-spacing;0pt; align:justify; line-height: 14px; color:#626262; decoration:underline overline;}
b {color:#FFFFFF;}
input, textarea, {font-size:8pt; font-family:verdana; color:#626262;
background-color:transparent; border:0;}
</style>
<style type="text/css"><!--
body{
scrollbar-3dlight-color:#7D7D7D;
scrollbar-arrow-color: #A0A0A0;
scrollbar-base-color: #7D7D7D;
scrollbar-darkshadow-color: #7D7D7D;
scrollbar-face-color: #7D7D7D;
scrollbar-highlight-color: #A0A0A0;
scrollbar-shadow-color: #7D7D7D;
scrollbar-track-color: #A0A0A0;
}
--></style>
<style type="text/css">
A:link { text-decoration: underline; color:#3A3A3A; }
A:visited { text-decoration: underline; color:#3A3A3A; }
A:hover {text-decoration: underline overline; color:#FFFFFF; cursor:text; font-size:10pt;}
</style>
(^style.css)